Skip to content

Commit 8b2bbf3

Browse files
maj0efhs
authored andcommitted
Fix indentation of function args
1 parent 8024bd6 commit 8b2bbf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ZipFile.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ mutable struct ReadableFile <: IO
7878
_zpos :: Int64 # current position in compressed data
7979

8080
function ReadableFile(io::IO, name::AbstractString, method::UInt16, dostime::UInt16,
81-
dosdate::UInt16, crc32::UInt32, compressedsize::Unsigned,
82-
uncompressedsize::Unsigned, _offset::Unsigned)
81+
dosdate::UInt16, crc32::UInt32, compressedsize::Unsigned,
82+
uncompressedsize::Unsigned, _offset::Unsigned)
8383
if method != Store && method != Deflate
8484
error("unknown compression method $method")
8585
end

0 commit comments

Comments
 (0)