Skip to content

Commit 62c1527

Browse files
author
Samuel Dare
committed
clippy
1 parent 8d8a668 commit 62c1527

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pallets/collective/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -951,8 +951,8 @@ impl<T: Config<I>, I: 'static> Pallet<T, I> {
951951
///
952952
/// If not `approved`:
953953
/// - one event deposited.
954-
/// Two removals, one mutation.
955-
/// Computation and i/o `O(P)` where:
954+
/// Two removals, one mutation.
955+
/// Computation and i/o `O(P)` where:
956956
/// - `P` is number of active proposals
957957
fn do_approve_proposal(
958958
seats: MemberCount,

0 commit comments

Comments
 (0)