1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

Formatting change. Inlined catch.

This commit is contained in:
Matt Smith
2020-07-09 15:59:45 -05:00
parent 0d3b32a10d
commit ebaa69a15b

View File

@@ -337,8 +337,7 @@ export class CipherService implements CipherServiceAbstraction {
if (eqDomain.length && eqDomain.indexOf(domain) >= 0) { if (eqDomain.length && eqDomain.indexOf(domain) >= 0) {
matches = matches.concat(eqDomain); matches = matches.concat(eqDomain);
} }
} } catch {}
catch {}
}); });
if (!matches.length) { if (!matches.length) {