Skip to content

Commit 03a707f

Browse files
committed
reformat
1 parent 384a2be commit 03a707f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugin/src/main/java/me/hsgamer/topper/spigot/plugin/template/SpigotTopTemplate.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ public Agent createUpdateTask(Runnable runnable, boolean async) {
9292
return createTask(runnable, async, plugin.get(MainConfig.class).getTaskUpdateDelay());
9393
}
9494

95-
9695
@Override
9796
public void logWarning(String message, @Nullable Throwable throwable) {
9897
plugin.getLogger().log(Level.WARNING, message, throwable);

0 commit comments

Comments
 (0)