Skip to content

Commit b1dae9e

Browse files
committed
bindings: fmt fixes
1 parent 0e28dbb commit b1dae9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lwk_bindings/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ pub use bip21::Bip21;
2525
pub use bip321::Bip321;
2626
mod persister;
2727
mod precision;
28-
mod store;
2928
mod pset;
3029
mod pset_details;
3130
mod signer;
31+
mod store;
3232
mod test_env;
3333
mod tx_builder;
3434
pub mod types;
@@ -81,11 +81,11 @@ pub use liquidex::{AssetAmount, UnvalidatedLiquidexProposal, ValidatedLiquidexPr
8181
pub use mnemonic::Mnemonic;
8282
pub use network::Network;
8383
pub use persister::{ForeignPersister, ForeignPersisterLink};
84-
pub use store::{ForeignStore, ForeignStoreLink};
8584
pub use pos::PosConfig;
8685
pub use precision::Precision;
8786
pub use pset::{Pset, PsetInput};
8887
pub use pset_details::{Issuance, PsetDetails};
88+
pub use store::{ForeignStore, ForeignStoreLink};
8989
pub use test_env::{LwkTestEnv, LwkTestStore};
9090
pub use tx_builder::TxBuilder;
9191
pub use update::Update;

0 commit comments

Comments
 (0)