yet another formatting issue
This commit is contained in:
parent
f86c7e9c3f
commit
88765ad093
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue