Skip to content

Commit 6d24957

Browse files
committed
[core] apply rustfmt
1 parent 285f70a commit 6d24957

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/src/env2/api.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
1010
use crate::{
1111
env2::{
12-
env_access::env_with,
1312
call::{
1413
CallData,
1514
CallParams,
1615
CreateParams,
1716
ReturnType,
1817
},
19-
Topics,
20-
Result,
18+
env_access::env_with,
2119
Env,
20+
Result,
21+
Topics,
2222
},
2323
storage::Key,
2424
};

0 commit comments

Comments
 (0)