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/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/framework/mod.rs') diff --git a/src/framework/mod.rs b/src/framework/mod.rs index 359882c..ad80e58 100644 --- a/src/framework/mod.rs +++ b/src/framework/mod.rs @@ -42,7 +42,7 @@ //! .configure(|c| c.prefix("~")) //! .on("about", |_, msg, _| { //! msg.channel_id.say("A simple test bot")?; -//! +//! //! // The `command!` macro implicitly puts an `Ok(())` at the end of each command definiton; //! // signifying successful execution. //! // -- cgit v1.2.3