From 728d951b87ae9ba15ca1453d24ce9ce618badd5a Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Fri, 16 Aug 2024 05:18:39 -0400 Subject: repo: apply rustfmt --- src/util/mod.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/util') diff --git a/src/util/mod.rs b/src/util/mod.rs index d214957..b9e5f0f 100644 --- a/src/util/mod.rs +++ b/src/util/mod.rs @@ -69,9 +69,9 @@ pub async fn users_listening(ctx: &Context) -> anyhow::Result { pub fn msg(ctx: poise::Context<'_, U, E>) -> Option<&Message> { match ctx { poise::Context::Prefix(poise::PrefixContext { - msg, - .. - }) => Some(msg), + msg, + .. + }) => Some(msg), _ => None, } } -- cgit v1.3.1