Swiftlinted.

This commit is contained in:
Timofey Solomko
2017-05-03 23:07:58 +03:00
parent df0793376d
commit 4fa03f6931
4 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ public final class BZip2: DecompressionAlgorithm {
throw BZip2Error.WrongBlockType
}
}
return out
}
-1
View File
@@ -74,7 +74,6 @@ final class LZMADecoder {
private var dictStart = 0
private var dictEnd = 0
init(_ pointerData: inout DataWithPointer, _ lc: UInt8, _ pb: UInt8, _ lp: UInt8,
_ dictionarySize: Int) throws {
self.pointerData = pointerData
-1
View File
@@ -76,5 +76,4 @@ class Bzip2Tests: XCTestCase {
self.perform(test: "test9")
}
}
-1
View File
@@ -110,5 +110,4 @@ class GzipTests: XCTestCase {
self.unarchive(test: "test9")
}
}