mirror of
https://codeberg.org/scip/anydb.git
synced 2025-12-17 04:20:59 +01:00
fixed linter warnings
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user