Formatting change

This commit is contained in:
Matt Smith 2020-07-13 13:39:38 -05:00
parent 58ba1ce5b6
commit 49b796ebd6
1 changed files with 1 additions and 1 deletions

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;
}