mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
14b63d0326
commit
5fdd8a200c
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue