Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
rPraml committed Sep 24, 2024
1 parent e2699bd commit 70bba4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public void testJavaLangThread() {
Utils.runWithAllOptimizationLevels(
cx -> {
final Scriptable scope = cx.initStandardObjects();
Number result = (Number) cx.evaluateString(scope, testCode, "", 1, null);
Number result = (Number) cx.evaluateString(scope, testCode, "", 1, null);
Assert.assertEquals(2, result.intValue());
return null;
});
Expand Down

0 comments on commit 70bba4d

Please sign in to comment.