more indenting

This commit is contained in:
Radu Ioan Fericean
2013-11-29 19:17:14 +02:00
parent 69200d00e8
commit 490e8043d6

View File

@@ -66,7 +66,7 @@ func main() {
if rpcErr := client.Call(cmd.RpcMethod(), cmd.RpcParams(), res); rpcErr != nil {
fmt.Println("Error executing command: " + rpcErr.Error())
}
result, _ := json.MarshalIndent(res, "", " ")
result, _ := json.MarshalIndent(res, "", " ")
fmt.Println(string(result))
}