Browse Source

cargo fmt

iorveth 3 years ago
parent
commit
117bd2fe71
1 changed files with 1 additions and 1 deletions
  1. 1 1
      runtime-modules/content/src/nft/mod.rs

+ 1 - 1
runtime-modules/content/src/nft/mod.rs

@@ -1,6 +1,6 @@
 mod types;
-pub use types::*;
 use sp_std::borrow::ToOwned;
+pub use types::*;
 
 use crate::*;