mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-05 05:20:34 +00:00
Enable gosimple and ineffasign linters
This commit is contained in:
+1
-4
@@ -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