mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-06 23:51:28 +01:00
yet another formatting issue
This commit is contained in:
parent
dad0e2ce6e
commit
2af179ba33
@ -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