Skip to content

Commit

Permalink
chore: fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Mar 7, 2024
1 parent 0edbec7 commit 07f0781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ pub use isa::RgbIsa;
pub use op_contract::ContractOp;
pub use op_timechain::TimechainOp;
pub use runtime::AluRuntime;
pub use script::{AluScript, EntryPoint, LIBS_MAX_TOTAL, AluLib};
pub use script::{AluLib, AluScript, EntryPoint, LIBS_MAX_TOTAL};

0 comments on commit 07f0781

Please sign in to comment.