mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
Formatting change
This commit is contained in:
parent
58ba1ce5b6
commit
49b796ebd6
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user