Skip to content

Commit 7919214

Browse files
committed
Fix formatting
1 parent 33f1661 commit 7919214

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

backend/src/layout/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,9 @@ mod tests {
295295
#[test]
296296
fn layout_has_f_keys() {
297297
for i in layouts() {
298-
if *i == "system76/launch_lite_1" { continue; }
298+
if *i == "system76/launch_lite_1" {
299+
continue;
300+
}
299301

300302
let layout = Layout::from_board(i).unwrap();
301303
assert_eq!(layout.f_keys().count(), 12);

0 commit comments

Comments
 (0)