mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-17 06:01:10 +00:00
Forgot to gofmt
This commit is contained in:
@@ -62,5 +62,5 @@ func (p *PyPI) BuildFormatStr() string {
|
||||
for i := range p.Formats {
|
||||
fmtStr += p.Formats[i] + ","
|
||||
}
|
||||
return fmtStr[:len(fmtStr) - 1]
|
||||
return fmtStr[:len(fmtStr)-1]
|
||||
}
|
||||
|
Reference in New Issue
Block a user