mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-20 19:38:39 +00:00
Enable gosimple and ineffasign linters
This commit is contained in:
@@ -55,11 +55,8 @@ func printReferencesTo(p *deb.Package) (err error) {
|
||||
}
|
||||
return nil
|
||||
})
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
return nil
|
||||
return err
|
||||
}
|
||||
|
||||
func aptlyPackageShow(cmd *commander.Command, args []string) error {
|
||||
|
||||
Reference in New Issue
Block a user