Maintenance: Cargo Format 2

This commit is contained in:
Gijs Burghoorn 2023-05-16 16:34:00 +02:00
parent c0d8511aa4
commit a20da60414

View file

@ -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)