Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Dec 6, 2024
1 parent ab3a254 commit 2fa5b13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arrow-cast/benches/cast_decimal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ fn criterion_benchmark(c: &mut Criterion) {
i128::MAX,
i128::MIN,
])
.with_precision_and_scale(24, 2).unwrap(),
.with_precision_and_scale(24, 2)
.unwrap(),
);
let options = CastOptions::default();
let d = black_box(decimals);
Expand Down

0 comments on commit 2fa5b13

Please sign in to comment.