fix: add missing closing brace to load() method
Build & Deploy / build-and-deploy (push) Successful in 38s

This commit is contained in:
Hermes Agent
2026-05-29 14:56:12 +02:00
parent 2ab6b19598
commit e39ee05a16
@@ -75,6 +75,7 @@ public class GameService {
}
} catch (IOException ignored) {}
return game;
}
/** Save game metadata to disk. */
public void save(Game game) throws IOException {