0

code style: tabs -> spaces

This commit is contained in:
2021-01-08 21:00:00 +03:00
parent 16ae1743c7
commit 36fc374356
24 changed files with 1059 additions and 1059 deletions

View File

@@ -2,9 +2,9 @@ package ghast.scheduler;
public interface ScheduleTask {
void start();
void start();
boolean isCanceled();
boolean isCanceled();
void cancel();
void cancel();
}