fix: add missing closing brace to load() method
Build & Deploy / build-and-deploy (push) Successful in 38s
Build & Deploy / build-and-deploy (push) Successful in 38s
This commit is contained in:
@@ -75,6 +75,7 @@ public class GameService {
|
||||
}
|
||||
} catch (IOException ignored) {}
|
||||
return game;
|
||||
}
|
||||
|
||||
/** Save game metadata to disk. */
|
||||
public void save(Game game) throws IOException {
|
||||
|
||||
Reference in New Issue
Block a user