Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
zehiko committed Jan 15, 2025
1 parent 598bc2d commit acb3530
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/store/re_log_encoding/src/decoder/streaming.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ impl<R: AsyncBufRead + Unpin> StreamingDecoder<R> {
if FileHeader::decode(&mut read).is_err() {
return false;
}
return true;

true
}
}

Expand Down

0 comments on commit acb3530

Please sign in to comment.