Skip to content

Commit

Permalink
cleanup: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanlott committed Dec 17, 2024
1 parent fb7b3dd commit 0ce0fc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};
}
}
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0ce0fc4

Please sign in to comment.