slight format change

This commit is contained in:
saji 2023-05-22 08:50:07 -05:00
parent 580c6d756a
commit d70ae11b82

View file

@ -116,12 +116,11 @@ func run(ctx *cli.Context) (err error) {
return err
}
// format and print out.
// format and print out the JSON.
out, _ := json.Marshal(cd)
fmt.Printf("%s\n", out)
fmt.Println(string(out))
}
return nil
}
type candumpJSON struct {