We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d44961 commit 453e6d4Copy full SHA for 453e6d4
src/main/java/org/truffleruby/language/PerformanceWarningNode.java
@@ -68,7 +68,7 @@ private void log(String message) {
68
.getTopMostUserSourceSection(getEncapsulatingSourceSection());
69
70
final String displayedWarning = String.format(
71
- "%s: warning: %s\n",
+ "%s: warning: %s%n",
72
getContext().fileLine(userSourceSection),
73
message);
74
0 commit comments