Skip to content

Commit 78b8ea4

Browse files
committed
fix rust fmt error
1 parent 20c7f5b commit 78b8ea4

File tree

1 file changed

+1
-1
lines changed
  • basics/hello-solana/steel/program/src

1 file changed

+1
-1
lines changed

basics/hello-solana/steel/program/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
use steel::*;
21
use solana_program::msg;
2+
use steel::*;
33

44
entrypoint!(process_instruction);
55

0 commit comments

Comments
 (0)