Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Sep 7, 2022
1 parent 803d392 commit 54b3020
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ public CompileSuccess compileString(CompileRequest.StringInput string, @NonNull
CompileRequest compileRequest = compileRequestBuilder()
.setString(string)
.setStyle(outputStyle)
.setId(new Random().nextInt())
.build();

return execCompileRequest(compileRequest);
Expand Down

0 comments on commit 54b3020

Please sign in to comment.