mirror of
https://github.com/moby/buildkit.git
synced 2026-08-08 08:40:45 +00:00
Remove indent so that every rawjson message is printed in one line.
Signed-off-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -285,7 +285,6 @@ type rawJSONDisplay struct {
|
||||
// output of status update events.
|
||||
func newRawJSONDisplay(w io.Writer, opts ...DisplayOpt) Display {
|
||||
enc := json.NewEncoder(w)
|
||||
enc.SetIndent("", " ")
|
||||
return Display{
|
||||
disp: &rawJSONDisplay{
|
||||
enc: enc,
|
||||
|
||||
Reference in New Issue
Block a user