Skip to content

Commit

Permalink
fix(pallet-communities): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pandres95 committed Apr 4, 2024
1 parent 6769f83 commit 3d72796
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pallets/communities/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,8 @@ pub mod pallet {
Ok(())
}

/// Make previously held or locked funds available if the refereundum has finished
/// Make previously held or locked funds available if the refereundum
/// has finished
#[pallet::call_index(9)]
pub fn unlock(origin: OriginFor<T>, #[pallet::compact] poll_index: PollIndexOf<T>) -> DispatchResult {
let who = ensure_signed(origin)?;
Expand Down

0 comments on commit 3d72796

Please sign in to comment.