clean up tab intendation (#3707)

This commit is contained in:
Igor Eisberg
2024-10-03 20:58:44 +03:00
committed by GitHub
parent 111a95f369
commit 03a7c67082
11 changed files with 895 additions and 895 deletions

View File

@ -53,7 +53,7 @@ public class OS {
}
public static void rmfile(String file) {
File del = new File(file);
File del = new File(file);
//noinspection ResultOfMethodCallIgnored
del.delete();
}