mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
yet another formatting issue
This commit is contained in:
parent
f86c7e9c3f
commit
88765ad093
@ -171,7 +171,7 @@ export class SearchService implements SearchServiceAbstraction {
|
||||
return true;
|
||||
}
|
||||
|
||||
if(field.name.toLowerCase().indexOf(query) > -1) {
|
||||
if (field.name.toLowerCase().indexOf(query) > -1) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user