Skip to content

Commit

Permalink
💄 Removing white space
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Kalhøj Clemensen committed Apr 6, 2021
1 parent 992677b commit b466781
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ public extension TIMKeyService {
self.createKey(secret: secret, completion: promise)
}
}

}
#endif

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ public protocol TIMSecureStorageItem {
/// The id of the item
var id: String { get }


/// Constructor with storage identifier
/// - Parameter id: The identifier used to store the item with.
init(id: String)
Expand Down
5 changes: 0 additions & 5 deletions Tests/TIMEncryptedStorageTests/TIMKeyServiceErrorTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ import XCTest

final class TIMKeyServiceErrorTests: XCTestCase {

override class func setUp() {
super.setUp()

}

func testMapKeyServiceErrorFromCode() {
XCTAssertEqual(
TIMKeyServiceError.potentiallyNoInternet,
Expand Down

0 comments on commit b466781

Please sign in to comment.