Skip to content

Commit

Permalink
SNP-1864 refactor imports
Browse files Browse the repository at this point in the history
  • Loading branch information
KASAFF committed Sep 11, 2024
1 parent ca4a25b commit 66741a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Utils/BrightSide/BrightSide.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
// Copyright © 2018 Surf. All rights reserved.
//

import Foundation
import class UIKit.UIApplication

public final class BrightSide {
Expand All @@ -20,7 +19,7 @@ public final class BrightSide {
return true
}

// Check 2 Suspicious URL Schemes:
// Check 2 : Suspicious URL Schemes:
///Warning: Schemes should be added in Info.plist LSApplicationQueriesSchemes in other case check will always return false
if suspiciousURLs.contains(where: { canOpenUrl(urlString: $0) }) {
return false
Expand Down

0 comments on commit 66741a6

Please sign in to comment.