Fixing indents !

This commit is contained in:
Đạt Nhân Trương
2022-08-02 23:14:17 +07:00
parent 4496e0854f
commit d9a86d6d75
32 changed files with 691 additions and 703 deletions

View File

@@ -156,7 +156,7 @@ public class CashVegaChecker {
}
private static void reportMissingVegaItems() {
System.out.println("Reporting results ...");
System.out.println("Reporting results ...");
try (PrintWriter pw = new PrintWriter(Files.newOutputStream(OUTPUT_FILE))) {
printWriter = pw;