From a20da6041477d48c4c0e419f74fca090f2ff4cb3 Mon Sep 17 00:00:00 2001 From: Gijs Burghoorn Date: Tue, 16 May 2023 16:34:00 +0200 Subject: [PATCH] Maintenance: Cargo Format 2 --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index 1b013e9..f256437 100644 --- a/src/config.rs +++ b/src/config.rs @@ -326,7 +326,7 @@ impl<'de> Deserialize<'de> for SwitcherVisibility { return Err(D::Error::custom( "Invalid key provided to toggle switcher visibility. Only F1-F12 are allowed" )); - + }; Self::Keybind(keycode)