Skip to content

Commit bc1bd0e

Browse files
committed
Consistent formatting
1 parent 28b350a commit bc1bd0e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/launcher/java/org/truffleruby/launcher/CommandLineParser.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -599,9 +599,7 @@ private CommandLineException notImplemented(String option) {
599599
FEATURES.get("gem"));
600600

601601
FEATURES.put("frozen-string-literal",
602-
(processor, enable) -> processor.config.setOption(
603-
OptionsCatalog.FROZEN_STRING_LITERALS,
604-
enable));
602+
(processor, enable) -> processor.config.setOption(OptionsCatalog.FROZEN_STRING_LITERALS, enable));
605603

606604
FEATURES.put("frozen_string_literal",
607605
FEATURES.get("frozen-string-literal"));

0 commit comments

Comments
 (0)