Skip to content

Commit b891a82

Browse files
committed
cargo fmt
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent f0fcfc8 commit b891a82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fl16-inputmodules/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#![allow(clippy::needless_range_loop)]
22
#![no_std]
33

4-
#[cfg(feature = "ledmatrix")]
5-
pub mod games;
64
#[cfg(feature = "ledmatrix")]
75
pub mod fl16;
86
#[cfg(feature = "ledmatrix")]
7+
pub mod games;
8+
#[cfg(feature = "ledmatrix")]
99
pub mod led_hal;
1010
#[cfg(feature = "ledmatrix")]
1111
pub mod mapping;

0 commit comments

Comments
 (0)