Skip to content

Commit 2402b86

Browse files
removed initial spacing
1 parent ceec8c7 commit 2402b86

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ fn main() -> Result<()> {
103103

104104
let mut files_count = 0;
105105
let mut errors_count = 0;
106-
println!(); // Initial spacing
107106

108107
for (css_file, mut classes) in defined_classnames {
109108
if let Some(used_css) = used_classnames.get(&css_file) {

0 commit comments

Comments
 (0)