Browse Source

Cargo fmt

iorveth 3 years ago
parent
commit
9ff4e3bd84
1 changed files with 4 additions and 4 deletions
  1. 4 4
      runtime-modules/forum/src/lib.rs

+ 4 - 4
runtime-modules/forum/src/lib.rs

@@ -996,10 +996,10 @@ decl_module! {
             new_metadata.len().saturated_into(),
         )]
         fn edit_thread_metadata(
-            origin, 
-            forum_user_id: ForumUserId<T>, 
-            category_id: T::CategoryId, 
-            thread_id: T::ThreadId, 
+            origin,
+            forum_user_id: ForumUserId<T>,
+            category_id: T::CategoryId,
+            thread_id: T::ThreadId,
             new_metadata: Vec<u8>
         ) -> DispatchResult {
             // Ensure data migration is done