Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
f01dab1e committed Nov 14, 2023
1 parent fb2c74b commit ce15f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/nargo_fmt/src/rewrite.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mod array;
mod infix;

pub(crate) use infix::rewrite as infix;
pub(crate) use array::rewrite as array;
pub(crate) use infix::rewrite as infix;

0 comments on commit ce15f29

Please sign in to comment.