From 4fc60d8bbeeffec25b7da6818e8e3699a0fe3855 Mon Sep 17 00:00:00 2001 From: MedzikUserBot Date: Mon, 24 Jan 2022 19:49:27 +0000 Subject: [PATCH] rustfmt --- src/config/toml.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/toml.rs b/src/config/toml.rs index 133b2ef..7f3a364 100644 --- a/src/config/toml.rs +++ b/src/config/toml.rs @@ -6,7 +6,7 @@ use toml::from_str; #[derive(Debug, Deserialize)] pub struct Config { pub imgur: ConfigImgur, - pub notification: ConfigNotification + pub notification: ConfigNotification, } #[derive(Debug, Deserialize)]