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 93ecb5f commit fde3155Copy full SHA for fde3155
Sources/Cli/Util/Printer.swift
@@ -9,7 +9,7 @@ class Printer {
9
} else {
10
if let template = Template(path: templatePath) {
11
if let render = template.render(events: events) {
12
- StdOut.print(render)
+ StdOut.print(render.trimmingCharacters(in: .whitespacesAndNewlines))
13
14
StdErr.print("Failed to render template at `\(templatePath)`")
15
}
0 commit comments