Skip to content

Commit 937882a

Browse files
committed
original formatting
1 parent 95c937a commit 937882a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/src/floor.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ fn test_floor() {
5656
}
5757

5858
fn test_floor_linecap(mode: &str, linecap_when: u8) {
59-
6059
let mut emu = util::emulator(None);
6160

6261
for _ in 0..3 { emu.run_until_vblank(); }
@@ -97,8 +96,7 @@ fn test_floor_linecap(mode: &str, linecap_when: u8) {
9796
##### ####
9897
##### ####"##);
9998

100-
for _ in 0..40 { emu.run_until_vblank();}
101-
99+
for _ in 0..40 { emu.run_until_vblank(); }
102100
}
103101

104102
// check rows aren't pulled from the top in linecap floor mode

0 commit comments

Comments
 (0)