Skip to content

Commit 8373b7f

Browse files
committed
lint fix
1 parent eccdae2 commit 8373b7f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

internal/boxcli/list.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ func listCmd() *cobra.Command {
5252
} else {
5353
msg = fmt.Sprintf("* %s\n", pkg.Versioned())
5454
}
55-
fmt.Fprintf(cmd.OutOrStdout(), msg)
56-
55+
fmt.Fprint(cmd.OutOrStdout(), msg)
5756
}
5857
return nil
5958
},

0 commit comments

Comments
 (0)