From afb23f9ae899651aaee69f888a288e7586b2b787 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Fri, 18 Aug 2017 20:10:55 -0300 Subject: [PATCH] gofmt -s --- pipeline/snapcraft/snapcraft_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/snapcraft/snapcraft_test.go b/pipeline/snapcraft/snapcraft_test.go index f9fe8eed5..c1ccba742 100644 --- a/pipeline/snapcraft/snapcraft_test.go +++ b/pipeline/snapcraft/snapcraft_test.go @@ -119,7 +119,7 @@ func TestRunPipeWithPlugsAndDaemon(t *testing.T) { Summary: "test summary", Description: "test description", Apps: map[string]config.SnapcraftAppMetadata{ - "mybin": config.SnapcraftAppMetadata{ + "mybin": { Plugs: []string{"home", "network"}, Daemon: "simple", },