This commit is contained in:
Shreyas Goenka 2023-06-06 00:27:42 +02:00
parent 14b63d0326
commit 5fdd8a200c
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 0 additions and 4 deletions

View File

@ -49,10 +49,6 @@ func renderJson(w io.Writer, v any) error {
return err
}
_, err = w.Write(pretty)
if err != nil {
return err
}
_, err = w.Write([]byte("\n"))
return err
}