Skip to content

Commit

Permalink
refactor: remove useless rustfmt::skip
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoine committed Sep 1, 2023
1 parent 5985b91 commit 469f20d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,6 @@ mod tests {

#[test]
fn table() {
#[rustfmt::skip]
let table = vec![
Value::test_record(record! {
"a" => Value::test_string("x"),
Expand Down

0 comments on commit 469f20d

Please sign in to comment.