1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-24 12:06:15 +01:00

yet another formatting issue

This commit is contained in:
Addison Beck 2020-07-10 15:44:42 -05:00
parent f86c7e9c3f
commit 88765ad093

View File

@ -171,7 +171,7 @@ export class SearchService implements SearchServiceAbstraction {
return true; return true;
} }
if(field.name.toLowerCase().indexOf(query) > -1) { if (field.name.toLowerCase().indexOf(query) > -1) {
return true; return true;
} }
} }