Skip to content

Commit 07f0781

Browse files
committed
chore: fix fmt
1 parent 0edbec7 commit 07f0781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vm/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ pub use isa::RgbIsa;
3838
pub use op_contract::ContractOp;
3939
pub use op_timechain::TimechainOp;
4040
pub use runtime::AluRuntime;
41-
pub use script::{AluScript, EntryPoint, LIBS_MAX_TOTAL, AluLib};
41+
pub use script::{AluLib, AluScript, EntryPoint, LIBS_MAX_TOTAL};

0 commit comments

Comments
 (0)