Skip to content

Commit 3b2d301

Browse files
committed
clippy
1 parent e4ef3b2 commit 3b2d301

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/semantic-line-breaks/src/main.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ fn main() -> Result<()> {
3535
} else {
3636
println!("{}:", path.display());
3737
println!("{new}");
38-
println!("");
38+
println!();
3939
println!("---");
40-
println!("");
40+
println!();
4141
}
4242
}
4343
}

0 commit comments

Comments
 (0)