add newline at the end of files #5

Merged
Ardakaz merged 1 commits from newline-at-end-of-file into main 2026-06-28 11:49:23 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -820,4 +820,4 @@ public class GriefAlert extends JavaPlugin implements Listener {
return ((CoreProtect) plugin).getAPI(); return ((CoreProtect) plugin).getAPI();
} }
} }

View File

@@ -25,4 +25,4 @@ public class GriefAlertEvent extends Event {
public String getAlert() { public String getAlert() {
return this.alert; return this.alert;
} }
} }