1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

Formatting change

This commit is contained in:
Matt Smith
2020-07-13 13:39:38 -05:00
parent 58ba1ce5b6
commit 49b796ebd6

View File

@@ -159,7 +159,7 @@ export class Utils {
try {
let hostname = url != null && url.hostname !== '' ? url.hostname : null;
if(hostname != null && url.port !== '') {
if (hostname != null && url.port !== '') {
hostname += ":" + url.port;
}