mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-05-23 16:40:08 -03:00
Added end of line when outputs json
This commit is contained in:
parent
9de4d35959
commit
511a56838d
@ -119,6 +119,7 @@ func printBreakDown(out map[string][]string, buff *bytes.Buffer) {
|
||||
func printJson(out map[string][]string, buff *bytes.Buffer) {
|
||||
data, _ := json.Marshal(out)
|
||||
buff.Write(data)
|
||||
buff.WriteByte('\n')
|
||||
}
|
||||
|
||||
func printPercents(out map[string][]string, buff *bytes.Buffer) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user