mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-04 05:10:40 +00:00
Style fixes [no ci]
This commit is contained in:
Vendored
+1
-1
@@ -454,7 +454,7 @@ func (p *Package) VerifyFiles(packageRepo *Repository) (result bool, err error)
|
||||
return
|
||||
}
|
||||
|
||||
// FilepathsList returns list of paths to files in package repository
|
||||
// FilepathList returns list of paths to files in package repository
|
||||
func (p *Package) FilepathList(packageRepo *Repository) ([]string, error) {
|
||||
var err error
|
||||
result := make([]string, len(p.Files))
|
||||
|
||||
Vendored
+1
-1
@@ -30,7 +30,7 @@ func (n *NullSigner) Init() error {
|
||||
func (n *NullSigner) SetKey(keyRef string) {
|
||||
}
|
||||
|
||||
func (g *NullSigner) SetKeyRing(keyring, secretKeyring string) {
|
||||
func (n *NullSigner) SetKeyRing(keyring, secretKeyring string) {
|
||||
}
|
||||
|
||||
func (n *NullSigner) DetachedSign(source string, destination string) error {
|
||||
|
||||
Reference in New Issue
Block a user