Skip to content

Commit 32c74e3

Browse files
FrancoGiachettafmoletta
authored andcommitted
fmt
1 parent 4ea5292 commit 32c74e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/src/vm/errors/vm_errors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// The `(*.0).0` syntax of thiserror falsely triggers this clippy warning
22
#![allow(clippy::explicit_auto_deref)]
33

4-
use crate::{stdlib::prelude::*, Felt252};
54
use crate::types::builtin_name::BuiltinName;
5+
use crate::{stdlib::prelude::*, Felt252};
66

77
use thiserror::Error;
88

0 commit comments

Comments
 (0)