1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-05-24 10:06:16 +02:00

chore: gofmt

This commit is contained in:
tympanix 2018-04-10 23:10:32 +02:00
parent d383adbbe0
commit 3000825622
2 changed files with 8 additions and 8 deletions

View File

@ -17,8 +17,8 @@ var update = flag.Bool("update", false, "update .golden files")
func exampleInfo() nfpm.Info {
return nfpm.WithDefaults(nfpm.Info{
Name: "foo",
Arch: "amd64",
Name: "foo",
Arch: "amd64",
Description: "Foo does things",
Priority: "extra",
Maintainer: "Carlos A Becker <pkg@carlosbecker.com>",
@ -147,8 +147,8 @@ func TestNoJoinsControl(t *testing.T) {
func TestDebFileDoesNotExist(t *testing.T) {
var err = Default.Package(
nfpm.WithDefaults(nfpm.Info{
Name: "foo",
Arch: "amd64",
Name: "foo",
Arch: "amd64",
Description: "Foo does things",
Priority: "extra",
Maintainer: "Carlos A Becker <pkg@carlosbecker.com>",
@ -176,8 +176,8 @@ func TestDebFileDoesNotExist(t *testing.T) {
func TestDebNoFiles(t *testing.T) {
var err = Default.Package(
nfpm.WithDefaults(nfpm.Info{
Name: "foo",
Arch: "amd64",
Name: "foo",
Arch: "amd64",
Description: "Foo does things",
Priority: "extra",
Maintainer: "Carlos A Becker <pkg@carlosbecker.com>",

View File

@ -15,8 +15,8 @@ var update = flag.Bool("update", false, "update .golden files")
func exampleInfo() nfpm.Info {
return nfpm.WithDefaults(nfpm.Info{
Name: "foo",
Arch: "amd64",
Name: "foo",
Arch: "amd64",
Description: "Foo does things",
Priority: "extra",
Maintainer: "Carlos A Becker <pkg@carlosbecker.com>",