mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-05-02 02:09:58 -07:00
chore: cargo fmt
This commit is contained in:
committed by
Cooper Quintin
parent
56930db130
commit
ca0151f656
@@ -15,9 +15,7 @@ use crate::config;
|
||||
use crate::display::DisplayState;
|
||||
|
||||
macro_rules! led {
|
||||
($l:expr) => {{
|
||||
format!("/sys/class/leds/led:{}/blink", $l)
|
||||
}};
|
||||
($l:expr) => {{ format!("/sys/class/leds/led:{}/blink", $l) }};
|
||||
}
|
||||
|
||||
fn start_blinking(path: String) {
|
||||
|
||||
Reference in New Issue
Block a user