1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-06 00:48:08 +02: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) {
matches = matches.concat(eqDomain);
}
}
catch {}
} catch {}
});
if (!matches.length) {