Fix linting

This commit is contained in:
Thomas Rittson 2021-03-15 12:35:23 +10:00
parent 396870e507
commit 4956cf9d8d
3 changed files with 3 additions and 3 deletions

View File

@ -253,7 +253,7 @@ export default class AutofillService implements AutofillServiceInterface {
cipher = await this.cipherService.getLastUsedForUrl(tab.url, true); cipher = await this.cipherService.getLastUsedForUrl(tab.url, true);
} }
if (cipher === null) { if (cipher == null) {
return null; return null;
} }
} }