diff --git a/commands/ls-id.go b/commands/ls-id.go index 55548556fdfbfc4e2a110dee2b967d9f488fac47..3b0e476ee934e1600fa6c7e4c88c8e5754f4ad5b 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] }