Skip to content

Commit

Permalink
Fix: deleted curly brace
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzejkop committed Dec 17, 2024
1 parent b55606e commit d50e8bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions world-chain-builder/crates/world/pool/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
pub mod bindings;
pub mod builder;
pub mod eip4337;
pub mod error;
pub mod noop;
pub mod ordering;
pub mod payload;
pub mod root;
pub mod tx;
pub mod validator;
pub mod payload;
pub mod eip4337;

#[cfg(any(feature = "test", test))]
pub mod test_utils;
1 change: 1 addition & 0 deletions world-chain-builder/crates/world/pool/src/validator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -631,3 +631,4 @@ pub mod tests {
.validate_external_nullifier(date, &payload)
.unwrap();
}
}

0 comments on commit d50e8bb

Please sign in to comment.