From b64b3f39a3289280af1521c006c286c08c1ea0f4 Mon Sep 17 00:00:00 2001 From: Dylan Lott Date: Thu, 12 Dec 2024 13:37:23 -0700 Subject: [PATCH] cleanup: cargo fmt --- src/bindings.rs | 4 ++-- src/lib.rs | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/bindings.rs b/src/bindings.rs index 75f21d2..bf4f90c 100644 --- a/src/bindings.rs +++ b/src/bindings.rs @@ -441,6 +441,6 @@ pub mod bundle_helper { "abi/BundleHelper.json" ); + pub use super::bundle_helper::BundleHelper::{new, submitCall, FillPermit2}; pub use super::bundle_helper::Zenith::BlockHeader; - pub use super::bundle_helper::BundleHelper::{FillPermit2, new, submitCall}; -} \ No newline at end of file +} diff --git a/src/lib.rs b/src/lib.rs index bca7266..d05bf7a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -13,8 +13,7 @@ mod bindings; pub use bindings::{ - mintCall, HostOrders, Passage, RollupOrders, RollupPassage, Transactor, Zenith, - bundle_helper, + bundle_helper, mintCall, HostOrders, Passage, RollupOrders, RollupPassage, Transactor, Zenith, }; mod block;