slight format change
This commit is contained in:
parent
580c6d756a
commit
d70ae11b82
|
@ -116,12 +116,11 @@ func run(ctx *cli.Context) (err error) {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
// format and print out.
|
// format and print out the JSON.
|
||||||
out, _ := json.Marshal(cd)
|
out, _ := json.Marshal(cd)
|
||||||
fmt.Printf("%s\n", out)
|
fmt.Println(string(out))
|
||||||
|
|
||||||
}
|
}
|
||||||
return nil
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type candumpJSON struct {
|
type candumpJSON struct {
|
||||||
|
|
Loading…
Reference in a new issue