Forgot to gofmt

This commit is contained in:
swgillespie 2014-03-29 15:18:25 -07:00
parent 2d07120891
commit ed18293ab3
2 changed files with 6 additions and 6 deletions

View file

@ -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]
}