Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit b64b3f3

Browse files
committed
cleanup: cargo fmt
1 parent 2f0908b commit b64b3f3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/bindings.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,6 @@ pub mod bundle_helper {
441441
"abi/BundleHelper.json"
442442
);
443443

444+
pub use super::bundle_helper::BundleHelper::{new, submitCall, FillPermit2};
444445
pub use super::bundle_helper::Zenith::BlockHeader;
445-
pub use super::bundle_helper::BundleHelper::{FillPermit2, new, submitCall};
446-
}
446+
}

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313

1414
mod bindings;
1515
pub use bindings::{
16-
mintCall, HostOrders, Passage, RollupOrders, RollupPassage, Transactor, Zenith,
17-
bundle_helper,
16+
bundle_helper, mintCall, HostOrders, Passage, RollupOrders, RollupPassage, Transactor, Zenith,
1817
};
1918

2019
mod block;

0 commit comments

Comments
 (0)