Skip to content

Commit 8b50950

Browse files
committed
Spotless
1 parent b25af1e commit 8b50950

File tree

1 file changed

+2
-2
lines changed
  • rhino-tools/src/main/java/org/mozilla/javascript/tools/shell

1 file changed

+2
-2
lines changed

rhino-tools/src/main/java/org/mozilla/javascript/tools/shell/Main.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,8 +449,8 @@ public static void processSource(Context cx, String filename) throws IOException
449449
Console console = global.getConsole(cs);
450450
if (filename == null) {
451451
// print implementation version
452-
console.println(cx.getImplementationVersion() + " (" +
453-
console.getImplementation() + ')');
452+
console.println(
453+
cx.getImplementationVersion() + " (" + console.getImplementation() + ')');
454454
}
455455

456456
int lineno = 1;

0 commit comments

Comments
 (0)