Skip to content

Commit

Permalink
goimports: run on files (Azure#2467)
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz authored and Terje Torkelsen committed Mar 15, 2018
1 parent 97e4a70 commit 5405a7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pkg/api/converterfromagentpoolonlyapi_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package api

import (
"github.com/Azure/acs-engine/pkg/api/agentPoolOnlyApi/v20180331"
"testing"

"github.com/Azure/acs-engine/pkg/api/agentPoolOnlyApi/v20180331"
)

func TestConvertToV20180331AddonProfile(t *testing.T) {
Expand Down
3 changes: 2 additions & 1 deletion pkg/api/convertertoagentpoolonlyapi_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package api

import (
"github.com/Azure/acs-engine/pkg/api/agentPoolOnlyApi/v20180331"
"testing"

"github.com/Azure/acs-engine/pkg/api/agentPoolOnlyApi/v20180331"
)

func TestConvertFromV20180331AddonProfile(t *testing.T) {
Expand Down

0 comments on commit 5405a7d

Please sign in to comment.