Browse Source

silenced cargo fmt

ignazio 3 years ago
parent
commit
1bff9eebbf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      runtime-modules/content/src/lib.rs

+ 1 - 1
runtime-modules/content/src/lib.rs

@@ -697,7 +697,7 @@ decl_module! {
         ) {
             // ensure migration is done
             ensure!(Self::is_migration_done(), Error::<T>::MigrationNotFinished);
-            
+
             // channel creator account
             let sender = ensure_signed(origin)?;