Skip to content

Commit 5d78ef1

Browse files
committed
clean up imports and spacing
1 parent 69dd72a commit 5d78ef1

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

swift-sdk/Internal/DependencyContainer.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import Foundation
66
import UIKit
7-
import WebKit
87

98
protocol DependencyContainerProtocol {
109
var dateProvider: DateProviderProtocol { get }

swift-sdk/Internal/IterableTaskRunner.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import Foundation
66
import UIKit
77

8-
98
@available(iOS 10.0, *)
109
class IterableTaskRunner: NSObject {
1110
init(networkSession: NetworkSessionProtocol = URLSession(configuration: .default),

swift-sdk/Internal/WebViewProtocol.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
//
44

55
import Foundation
6-
76
import WebKit
87

98
struct ViewPosition: Equatable {

0 commit comments

Comments
 (0)