Skip to content

Commit

Permalink
fixed golangci-lint checking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xunicatt authored Oct 7, 2024
1 parent d2f6fe6 commit 5266b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var (
clearAll = clearer.Flag("all", "Remove all items").Short('a').Default("false").Bool()
clearEsc = clearer.Flag("print0", "Separate items using NULL; recommended if your tool supports --read0 or similar").Default("false").Bool()

showHistory = app.Command("show-history", "Show all items from history")
_ = app.Command("show-history", "Show all items from history")

_ = app.Command("restore", "Serve the last recorded item from history")
)
Expand Down

0 comments on commit 5266b1d

Please sign in to comment.