Skip to content

Commit

Permalink
Cargo fmt (#4655)
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton authored Feb 29, 2024
1 parent 17e3435 commit 817e108
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion quickwit/quickwit-ingest/src/ingest_v2/mrecord.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ pub fn decoded_mrecords(mrecord_batch: &MRecordBatch) -> impl Iterator<Item = MR
mod tests {
use super::*;


#[test]
fn test_parse_invalid_mrecord() {
assert!(MRecord::decode(&b""[..]).is_none());
Expand Down

0 comments on commit 817e108

Please sign in to comment.