fixed linter warnings

This commit is contained in:
2024-12-18 18:51:50 +01:00
parent feb9032d28
commit 3eab9efc13
4 changed files with 8 additions and 7 deletions

View File

@@ -27,8 +27,6 @@ func List(writer io.Writer, conf *cfg.Config, entries app.DbEntries) error {
default:
return errors.New("unsupported mode")
}
return nil
}
func ListJson(writer io.Writer, conf *cfg.Config, entries app.DbEntries) error {