Skip to content

Commit

Permalink
Update trailer.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Jun 9, 2024
1 parent 0f64abd commit 2a0895e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/segment/trailer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ impl SegmentFileTrailer {

if magic != TRAILER_MAGIC {
return Err(crate::Error::Deserialize(DeserializeError::InvalidHeader(
"SegmentMetadata",
"SegmentTrailer",
)));
}

Expand Down

0 comments on commit 2a0895e

Please sign in to comment.