Skip to content

Commit e27381c

Browse files
committed
fix(ci): fmt
1 parent c3d8988 commit e27381c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/boards/atom_box.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ pub fn lcd_init(
144144

145145
pub fn flush_display(color_data: &[u8], x_start: i32, y_start: i32, x_end: i32, y_end: i32) -> i32 {
146146
debug_assert_eq!(
147-
x_end - x_start, DISPLAY_WIDTH as i32,
147+
x_end - x_start,
148+
DISPLAY_WIDTH as i32,
148149
"x_end - x_start must be equal to DISPLAY_WIDTH"
149150
);
150151
unsafe {

0 commit comments

Comments
 (0)