diff options
Diffstat (limited to 'commands/ls-id.go')
-rw-r--r-- | commands/ls-id.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/commands/ls-id.go b/commands/ls-id.go index 55548556..3b0e476e 100644 --- a/commands/ls-id.go +++ b/commands/ls-id.go @@ -16,8 +16,7 @@ func runLsID(cmd *cobra.Command, args []string) error { } defer backend.Close() - var prefix string - prefix = "" + var prefix = "" if len(args) != 0 { prefix = args[0] } |