mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 10:21:00 +00:00
Forgot to gofmt
This commit is contained in:
parent
2d07120891
commit
ed18293ab3
2 changed files with 6 additions and 6 deletions
|
@ -62,5 +62,5 @@ func (p *PyPI) BuildFormatStr() string {
|
||||||
for i := range p.Formats {
|
for i := range p.Formats {
|
||||||
fmtStr += p.Formats[i] + ","
|
fmtStr += p.Formats[i] + ","
|
||||||
}
|
}
|
||||||
return fmtStr[:len(fmtStr) - 1]
|
return fmtStr[:len(fmtStr)-1]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue