Browse Source

fixed clippy warning

ignazio-bovo 3 years ago
parent
commit
9b8e6c0f46
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

@@ -899,7 +899,7 @@ decl_module! {
             params: ChannelCategoryCreationParameters,
         ) {
             ensure_actor_authorized_to_manage_categories::<T>(
-                origin.clone(),
+                origin,
                 &actor
             )?;