Skip to content

Commit 7556bd5

Browse files
committed
cargo fmt
1 parent 2669d8e commit 7556bd5

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

wasm/src/programs/execution.rs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,7 @@ use crate::{
2020
Transition,
2121
log,
2222
native::ProgramIDNative,
23-
types::native::{
24-
ExecutionNative,
25-
IdentifierNative,
26-
ProcessNative,
27-
ProgramNative,
28-
VerifyingKeyNative,
29-
},
23+
types::native::{ExecutionNative, IdentifierNative, ProcessNative, ProgramNative, VerifyingKeyNative},
3024
};
3125
use snarkvm_algorithms::snark::varuna::VarunaVersion;
3226

0 commit comments

Comments
 (0)