Skip to content

Commit de09172

Browse files
committed
tests: no_prelude: Apply current format style
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
1 parent d294642 commit de09172

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_compile/pass_cases/no_prelude.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,4 @@ enum TestEnum {
2323
VarDefault { id: u8, value: u8 },
2424
}
2525

26-
fn main() {
27-
28-
}
26+
fn main() {}

0 commit comments

Comments
 (0)