Skip to content

Commit 53f191e

Browse files
author
Julien Poulton
committed
Merge branch 'missing-dotcomma-commandLinePlayerAgent' into 'master'
[FIX][SDK] missing semicolon in the commandLinePlayerAgent See merge request codingame/game-engine!148
2 parents 711e4c5 + d6dea71 commit 53f191e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runner/src/main/java/com/codingame/gameengine/runner/CommandLinePlayerAgent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ protected void runInputOutput() throws Exception {
6969

7070
@Override
7171
public void destroy() {
72-
process.destroy()
72+
process.destroy();
7373
}
7474
}

0 commit comments

Comments
 (0)