1
0
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:
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;
}
}