Explorar o código

fix rust fmt error

Ayush hai 1 ano
pai
achega
78b8ea4160
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);