1
1
mirror of https://github.com/goreleaser/nfpm synced 2024-09-23 06:41:18 +02:00

style: gofmt

This commit is contained in:
Carlos Alexandro Becker 2018-02-18 19:32:47 -03:00
parent 14cecc0b8b
commit f27591c836
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -53,9 +53,9 @@ var info = nfpm.WithDefaults(nfpm.Info{
func TestSpec(t *testing.T) {
for golden, vs := range map[string]rpmbuildVersion{
"testdata/spec_4.14.x.golden": rpmbuildVersion{4, 14, 2},
"testdata/spec_4.13.x.golden": rpmbuildVersion{4, 13, 1},
"testdata/spec_4.12.x.golden": rpmbuildVersion{4, 12, 9},
"testdata/spec_4.14.x.golden": {4, 14, 2},
"testdata/spec_4.13.x.golden": {4, 13, 1},
"testdata/spec_4.12.x.golden": {4, 12, 9},
} {
t.Run(golden, func(tt *testing.T) {
var w bytes.Buffer