Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
TAdev0 committed Nov 4, 2024
1 parent ae39933 commit ad50b48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/utreexo/src/lib.cairo
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
pub mod stump {
pub mod state;
pub mod proof;
pub mod accumulator;
pub mod proof;
pub mod state;
#[cfg(test)]
mod accumulator_tests;
}
pub mod vanilla {
pub mod state;
pub mod proof;
pub mod accumulator;
pub mod proof;
pub mod state;
#[cfg(test)]
mod accumulator_tests;
}
Expand Down

0 comments on commit ad50b48

Please sign in to comment.