Skip to content

Commit 04da6a6

Browse files
committed
Formatting nit fix up
1 parent e89dd3b commit 04da6a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/managers/AltOriginManager.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { AppConfig } from '../models/AppConfig';
22
import { EnvironmentKind } from '../models/EnvironmentKind';
33
import ProxyFrameHost from '../modules/frames/ProxyFrameHost';
44
import SdkEnvironment from './SdkEnvironment';
5+
import { Utils } from '../context/shared/utils/Utils';
56

67
export default class AltOriginManager {
78

@@ -33,8 +34,7 @@ export default class AltOriginManager {
3334
if (subscribedProxyFrameHosts.length === 0) {
3435
// Use the first (preferred) host (os.tc in this case) if not subscribed to any
3536
preferredProxyFrameHost = allProxyFrameHosts[0];
36-
}
37-
else {
37+
} else {
3838
// Otherwise if their was one or more use the highest preferred one in the list
3939
preferredProxyFrameHost = subscribedProxyFrameHosts[0];
4040
}

0 commit comments

Comments
 (0)