Compare commits

...

1 Commits

Author SHA1 Message Date
Hannes Oud 3702ec3648 Fix Swiftlint warnings 2017-11-30 12:38:58 +01:00
3 changed files with 1 additions and 4 deletions
@@ -74,7 +74,6 @@ class LocalReceiptValidationTests: XCTestCase {
XCTAssertEqual(receipt, expected)
}
func testMindNodeProMacReceiptParsing() {
guard let data = assertTestAsset(filename: "hannes_mac_mindnode_pro_receipt") else { return }
@@ -142,7 +142,6 @@ extension LocalReceiptValidator.Parameters {
private class BundleToken {}
}
// MARK: - PropertyValidation
extension LocalReceiptValidator.Parameters {
@@ -1,7 +1,6 @@
// Generated using Sourcery 0.8.0 https://github.com/krzysztofzablocki/Sourcery
// Generated using Sourcery 0.9.0 https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable file_length
private func compareOptionals<T>(lhs: T?, rhs: T?, compare: (_ lhs: T, _ rhs: T) -> Bool) -> Bool {
switch (lhs, rhs) {
case let (lValue?, rValue?):