Skip to content

Commit 845f4c2

Browse files
authored
Fix typo
Signed-off-by: Jiahao XU <[email protected]>
1 parent 3c566c4 commit 845f4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/compression-codecs/src/gzip/header.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ impl Parser {
145145
}
146146

147147
if consume_cstr().is_none() {
148-
break Ok(None)(
148+
break Ok(None);
149149
}
150150

151151
self.state = State::Crc(<_>::default());

0 commit comments

Comments
 (0)