run rustfmt

This commit is contained in:
Samuel O'Brien 2025-01-12 20:56:08 -06:00
parent 13b205ece2
commit 930af8efb7

View File

@ -99,7 +99,6 @@ impl TimerDriver {
TIMER.alarm(n).write_value(timestamp as u32);
}
});
}
fn trigger_alarm(&self, cs: CriticalSection) {