mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +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))
|
||||
|
||||
Reference in New Issue
Block a user