add newline at the end of files
All checks were successful
Build / Explore-Gitea-Actions (push) Successful in 48s

This commit is contained in:
ThePindabaas
2026-06-28 13:37:36 +02:00
parent fec5f78cbc
commit e4068ff13e
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();
}
}
}

View File

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