remove Unnecessary semicolons

This commit is contained in:
OMGeeky
2025-06-21 18:37:54 +02:00
parent 90359bf285
commit 18cb73385f
15 changed files with 2 additions and 61 deletions

View File

@@ -113,7 +113,6 @@ public class ATContentStudio {
frame.setDefaultCloseOperation(StudioFrame.DO_NOTHING_ON_CLOSE);
}
;
});
for (File f : ConfigCache.getKnownWorkspaces()) {
if (workspaceRoot.equals(f)) {