Skip to content

Commit

Permalink
add newline
Browse files Browse the repository at this point in the history
  • Loading branch information
leohhhn committed Sep 9, 2024
1 parent 68b8f54 commit 91452a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tm2/pkg/crypto/keys/client/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func execQuery(cfg *QueryCfg, args []string, io commands.IO) error {
// XXX in general, how do we know what to show?
// proof := qres.Response.Proof
height := qres.Response.Height
io.Printf("height: %d\ndata: %s\n",
io.Printf("height: %d\ndata:\n%s\n",

Check warning on line 69 in tm2/pkg/crypto/keys/client/query.go

View check run for this annotation

Codecov / codecov/patch

tm2/pkg/crypto/keys/client/query.go#L69

Added line #L69 was not covered by tests
height,
string(resdata))
return nil
Expand Down

0 comments on commit 91452a5

Please sign in to comment.