Przeglądaj źródła

fix rust fmt error

Ayush 1 rok temu
rodzic
commit
78b8ea4160
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      basics/hello-solana/steel/program/src/lib.rs

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

@@ -1,5 +1,5 @@
-use steel::*;
 use solana_program::msg;
+use steel::*;
 
 entrypoint!(process_instruction);