1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

yet another formatting issue

This commit is contained in:
Addison Beck
2020-07-10 15:44:42 -05:00
parent dad0e2ce6e
commit 2af179ba33

View File

@@ -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;
}
}