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)