Skip to content

Commit 9513af7

Browse files
chore: cargo fmt
1 parent 6a83ba3 commit 9513af7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

crates/recursion/src/cuda/preflight.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ use crate::{
1010
cuda::{
1111
to_device_or_nullptr,
1212
types::{TraceHeight, TraceMetadata},
13-
}, proof_shape::proof_shape::compute_air_shape_lookup_counts, system::Preflight
13+
},
14+
proof_shape::proof_shape::compute_air_shape_lookup_counts,
15+
system::Preflight,
1416
};
1517

1618
/*

0 commit comments

Comments
 (0)