Ver Fonte

fix rust fmt error

Ayush há 1 ano atrás
pai
commit
78b8ea4160
1 ficheiros alterados com 1 adições e 1 exclusões
  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);