Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
robur-team committed Jan 3, 2024
1 parent 6c7a9ee commit 79a0c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tar.mli
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ module type HEADERWRITER = sig
end

module HeaderReader(Async: ASYNC)(Reader: READER with type 'a io = 'a Async.t) :
HEADERREADER with type in_channel = Reader.in_channel and type 'a io = 'a Async.t
HEADERREADER with type in_channel = Reader.in_channel and type 'a io = 'a Async.t

module HeaderWriter(Async: ASYNC)(Writer: WRITER with type 'a io = 'a Async.t) :
HEADERWRITER with type out_channel = Writer.out_channel and type 'a io = 'a Async.t

0 comments on commit 79a0c70

Please sign in to comment.