From e4c4b28165c6a06eb88293a7bbbbb55ef37f5c56 Mon Sep 17 00:00:00 2001 From: emostov <32168567+emostov@users.noreply.github.com> Date: Fri, 22 Apr 2022 13:11:53 -0700 Subject: [PATCH] fmt --- frame/nomination-pools/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frame/nomination-pools/src/lib.rs b/frame/nomination-pools/src/lib.rs index a2fdff0019049..bafed9fc2f5b4 100644 --- a/frame/nomination-pools/src/lib.rs +++ b/frame/nomination-pools/src/lib.rs @@ -34,8 +34,8 @@ //! [`RewardPools`]. Reward pools are identified via the pools bonded account. //! * unbonding sub pools: Collection of pools at different phases of the unbonding lifecycle. See //! [`SubPools`] and [`SubPoolsStorage`]. Sub pools are identified via the pools bonded account. -//! * members: Accounts that are members of pools. See [`PoolMember`] and [`PoolMembers`]. -//! Pool members are identified via their account. +//! * members: Accounts that are members of pools. See [`PoolMember`] and [`PoolMembers`]. Pool +//! members are identified via their account. //! * point: A unit of measure for a members portion of a pool's funds. //! * kick: The act of a pool administrator forcibly ejecting a member. //!