yet another formatting issue

This commit is contained in:
Addison Beck 2020-07-10 15:44:42 -05:00
parent f86c7e9c3f
commit 88765ad093
1 changed files with 1 additions and 1 deletions

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