Skip to content

Commit d6dea71

Browse files
committed
fix(sdk): missing ; in the commandLinePlayerAgent
1 parent 65a46e8 commit d6dea71

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)