Skip to content

Commit ea18133

Browse files
committed
fix: fmt
1 parent d74656e commit ea18133

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tests/memory_bounds.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,7 @@ fn test_error_sample_size_bounded() {
7373
max_sample
7474
);
7575
}
76-
other => panic!(
77-
"expected UnsupportedVersion error, got {:?}",
78-
other
79-
),
76+
other => panic!("expected UnsupportedVersion error, got {:?}", other),
8077
}
8178
}
8279

0 commit comments

Comments
 (0)