mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-13 05:27:36 +02:00
clean up tab intendation (#3707)
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user