1
0
mirror of https://github.com/bitwarden/jslib synced 2026-01-06 10:33:15 +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;
}
}