소스 검색

fix rust fmt error

Ayush 1 년 전
부모
커밋
78b8ea4160
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);