From 6ddfef8359a619be9a49be7b33b466724eed0ecb Mon Sep 17 00:00:00 2001 From: Zeyla Hellyer Date: Sun, 17 Jun 2018 15:53:09 -0700 Subject: Remove extraneous spaces at the end of lines --- src/framework/standard/command.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/framework/standard/command.rs') diff --git a/src/framework/standard/command.rs b/src/framework/standard/command.rs index d8fc81e..c9dad59 100644 --- a/src/framework/standard/command.rs +++ b/src/framework/standard/command.rs @@ -20,8 +20,8 @@ type CheckFunction = Fn(&mut Context, &Message, &mut Args, &CommandOptions) -> b pub struct Check(pub(crate) Box); impl Check { - pub(crate) fn new(f: F) -> Self - where F: Fn(&mut Context, &Message, &mut Args, &CommandOptions) -> bool + pub(crate) fn new(f: F) -> Self + where F: Fn(&mut Context, &Message, &mut Args, &CommandOptions) -> bool { Check(Box::new(f)) } -- cgit v1.2.3