From 88f917f3736ed07309dd266a86e7a66e9a5187d7 Mon Sep 17 00:00:00 2001 From: Tjemmmic Date: Tue, 12 Nov 2024 15:27:20 -0600 Subject: [PATCH] chore(clippy): formatting --- blueprint-test-utils/src/lib.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/blueprint-test-utils/src/lib.rs b/blueprint-test-utils/src/lib.rs index df5492aa..2750426e 100644 --- a/blueprint-test-utils/src/lib.rs +++ b/blueprint-test-utils/src/lib.rs @@ -39,14 +39,14 @@ pub type InputValue = runtime_types::tangle_primitives::services::field::Field; 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;