Skip to content

Commit 254c978

Browse files
committed
useless Printf
1 parent 4d053e3 commit 254c978

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/assetDetails.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ An asset is an individual component on an account. Assets have categories.
6060
if err != nil {
6161
lwCliInst.Die(err)
6262
}
63-
fmt.Printf(pretty)
63+
fmt.Print(pretty)
6464
} else {
6565
fmt.Print(details)
6666
}

cmd/assetList.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Examples:
6767
if err != nil {
6868
lwCliInst.Die(err)
6969
}
70-
fmt.Printf(pretty)
70+
fmt.Print(pretty)
7171
} else {
7272
cnt := 1
7373
for _, item := range results.Items {

0 commit comments

Comments
 (0)