mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Add git hooks via cargo-husky. Many many cleanups.
This commit is contained in:
@@ -28,6 +28,6 @@ impl EffectState for InputBased {
|
||||
}
|
||||
|
||||
fn set_led(&mut self, address: LedCode) {
|
||||
self.led = address
|
||||
self.led = address;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user