mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
yet another formatting issue
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user