minor formatting cleanups

This commit is contained in:
sigil-03 2025-10-19 10:53:58 -06:00
parent 8d612d1559
commit fba0fbec61
11 changed files with 92 additions and 111 deletions

View file

@ -184,4 +184,4 @@ impl<'a, T: GeneralInstance16bit> InsertCoin<'a, T> {
pub fn set_active(&mut self, active: bool) {
self.core.active = active;
}
}
}