Mokhtar Naamani 5 years ago
parent
commit
7a1e07e2f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/content_working_group/lib.rs

+ 1 - 1
src/content_working_group/lib.rs

@@ -1424,7 +1424,7 @@ decl_module! {
         pub fn fill_curator_opening(
             origin,
             curator_opening_id: CuratorOpeningId<T>,
-            successful_curator_application_ids: CuratorApplicationIdSet<T>, 
+            successful_curator_application_ids: CuratorApplicationIdSet<T>,
         ) {
             // Ensure lead is set and is origin signer
             let (lead_id, _lead) = Self::ensure_origin_is_set_lead(origin)?;