Skip to content

Commit

Permalink
templates: add extra line break at the end of plain text output
Browse files Browse the repository at this point in the history
Updates #45.
  • Loading branch information
codesenberg committed Jan 18, 2019
1 parent d368968 commit 3951bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const (
{{- end -}}
{{ end -}}
{{ end }}
{{ printf " %-10v %10v/s" "Throughput:" (FormatBinary .Result.Throughput)}}`
{{ printf " %-10v %10v/s\n" "Throughput:" (FormatBinary .Result.Throughput)}}`
jsonTemplate = `{"spec":{
{{- with .Spec -}}
"numberOfConnections":{{ .NumberOfConnections }}
Expand Down

0 comments on commit 3951bf3

Please sign in to comment.