aboutsummaryrefslogtreecommitdiff
path: root/src/model/channel
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2018-06-17 15:53:09 -0700
committerZeyla Hellyer <[email protected]>2018-06-17 15:53:09 -0700
commit6ddfef8359a619be9a49be7b33b466724eed0ecb (patch)
tree5fb9c070b1650b95aa6b5713b3630fc253095275 /src/model/channel
parentFix Args test (diff)
downloadserenity-6ddfef8359a619be9a49be7b33b466724eed0ecb.tar.xz
serenity-6ddfef8359a619be9a49be7b33b466724eed0ecb.zip
Remove extraneous spaces at the end of lines
Diffstat (limited to 'src/model/channel')
-rw-r--r--src/model/channel/channel_id.rs6
-rw-r--r--src/model/channel/reaction.rs6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/model/channel/channel_id.rs b/src/model/channel/channel_id.rs
index 78bfbd7..f939be8 100644
--- a/src/model/channel/channel_id.rs
+++ b/src/model/channel/channel_id.rs
@@ -7,9 +7,9 @@ use std::borrow::Cow;
use std::fmt::Write as FmtWrite;
#[cfg(feature = "model")]
use builder::{
- CreateMessage,
- EditChannel,
- EditMessage,
+ CreateMessage,
+ EditChannel,
+ EditMessage,
GetMessages
};
#[cfg(all(feature = "cache", feature = "model"))]
diff --git a/src/model/channel/reaction.rs b/src/model/channel/reaction.rs
index fcffa20..88f687f 100644
--- a/src/model/channel/reaction.rs
+++ b/src/model/channel/reaction.rs
@@ -4,9 +4,9 @@ use serde::ser::{SerializeMap, Serialize, Serializer};
use std::{
error::Error as StdError,
fmt::{
- Display,
- Formatter,
- Result as FmtResult,
+ Display,
+ Formatter,
+ Result as FmtResult,
Write as FmtWrite
},
str::FromStr