mirror of
https://github.com/coastalwhite/lemurs
synced 2024-11-26 03:50:17 +00:00
Maintenance: Cargo Format 2
This commit is contained in:
parent
c0d8511aa4
commit
a20da60414
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ impl<'de> Deserialize<'de> for SwitcherVisibility {
|
||||||
return Err(D::Error::custom(
|
return Err(D::Error::custom(
|
||||||
"Invalid key provided to toggle switcher visibility. Only F1-F12 are allowed"
|
"Invalid key provided to toggle switcher visibility. Only F1-F12 are allowed"
|
||||||
));
|
));
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
Self::Keybind(keycode)
|
Self::Keybind(keycode)
|
||||||
|
|
Loading…
Reference in a new issue