Skip to content

Commit

Permalink
chore(clippy): formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjemmmic committed Nov 12, 2024
1 parent e0d1c4d commit 88f917f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions blueprint-test-utils/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ pub type InputValue = runtime_types::tangle_primitives::services::field::Field<A
pub type OutputValue = runtime_types::tangle_primitives::services::field::Field<AccountId32>;

pub mod anvil;
pub mod helpers;
pub mod sync;
pub mod tangle;
pub mod test_ext;
pub mod binding;
pub mod eigenlayer_test_env;
pub mod helpers;
pub mod incredible_squaring_helpers;
pub mod symbiotic_test_env;
pub mod sync;
pub mod tangle;
pub mod test_ext;

pub type TestClient = TangleClient;

Expand Down

0 comments on commit 88f917f

Please sign in to comment.