mirror of
https://github.com/tsolomko/SWCompression.git
synced 2026-06-23 14:56:41 +00:00
Swiftlinted.
This commit is contained in:
+1
-1
@@ -103,7 +103,7 @@ public final class BZip2: DecompressionAlgorithm {
|
||||
throw BZip2Error.WrongBlockType
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
return out
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -76,5 +76,4 @@ class Bzip2Tests: XCTestCase {
|
||||
self.perform(test: "test9")
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -110,5 +110,4 @@ class GzipTests: XCTestCase {
|
||||
self.unarchive(test: "test9")
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user