erase unnecessary comment

This commit is contained in:
DustInDark
2022-06-11 02:56:50 +09:00
parent 056e63ce5a
commit bfed19b230

View File

@@ -109,7 +109,7 @@ impl Detection {
});
}
parseerror_count += 1;
println!(); // 一行開けるためのprintln
println!();
});
Option::None
};