From da6bb305f8b05e4db75723ae82dfd03210828774 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Mon, 2 Dec 2019 14:24:49 +0100 Subject: [PATCH] Whitespace fix from #4266 review. --- substrate/frame/elections-phragmen/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/substrate/frame/elections-phragmen/src/lib.rs b/substrate/frame/elections-phragmen/src/lib.rs index 31e7cc9397..8a3e5d74b3 100644 --- a/substrate/frame/elections-phragmen/src/lib.rs +++ b/substrate/frame/elections-phragmen/src/lib.rs @@ -812,8 +812,8 @@ mod tests { } thread_local! { - pub static MEMBERS: RefCell> = RefCell::new(vec![]); -} + pub static MEMBERS: RefCell> = RefCell::new(vec![]); + } pub struct TestChangeMembers; impl ChangeMembers for TestChangeMembers {