Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
CookiePieWw committed Nov 4, 2024
1 parent ed2d4f8 commit 7fa10a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/it/decode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,4 @@ fn test_decode_corrupted() {
let corrupted = jsonb[0..jsonb.len() - 1].to_vec();
let value = from_slice(corrupted.as_slice());
assert!(value.is_err());
}
}

0 comments on commit 7fa10a3

Please sign in to comment.