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 5c2aafb commit a3cdc46Copy full SHA for a3cdc46
src/metrics.ts
@@ -88,7 +88,7 @@ export namespace MetricsExporter {
88
}
89
90
91
- lines.push("# EOF\n");
+ lines.push("# EOF");
92
93
return lines.join("\n");
94
0 commit comments