diff options
| author | Jokler <jokler.contact@gmail.com> | 2019-12-07 20:06:20 +0100 |
|---|---|---|
| committer | Jokler <jokler.contact@gmail.com> | 2019-12-07 20:06:20 +0100 |
| commit | c7ea1433942bee14be096f39c67136801039263f (patch) | |
| tree | e960cf8dfc9814cadffb2e1eeb31bc01211b0e8a /src/plugins/quote/mod.rs | |
| parent | 22a3fcec1ec96451012614265e2653ab5f251df1 (diff) | |
| download | frippy-c7ea1433942bee14be096f39c67136801039263f.tar.gz frippy-c7ea1433942bee14be096f39c67136801039263f.zip | |
Run cargo fmt on all files
Diffstat (limited to 'src/plugins/quote/mod.rs')
| -rw-r--r-- | src/plugins/quote/mod.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/quote/mod.rs b/src/plugins/quote/mod.rs index 97740c9..1eba861 100644 --- a/src/plugins/quote/mod.rs +++ b/src/plugins/quote/mod.rs @@ -124,10 +124,7 @@ impl<T: Database, C: Client> Quote<T, C> { .get_channel_quote(channel, idx) .context(ErrorKind::NotFound)?; - format!( - "\"{}\" - {}[{}]", - quote.content, quote.quotee, quote.idx - ) + format!("\"{}\" - {}[{}]", quote.content, quote.quotee, quote.idx) }; Ok(response) |
