From c7ea1433942bee14be096f39c67136801039263f Mon Sep 17 00:00:00 2001 From: Jokler Date: Sat, 7 Dec 2019 20:06:20 +0100 Subject: Run cargo fmt on all files --- src/plugins/quote/mod.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/plugins/quote') 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 Quote { .get_channel_quote(channel, idx) .context(ErrorKind::NotFound)?; - format!( - "\"{}\" - {}[{}]", - quote.content, quote.quotee, quote.idx - ) + format!("\"{}\" - {}[{}]", quote.content, quote.quotee, quote.idx) }; Ok(response) -- cgit v1.2.3-70-g09d2