Update gofmt for go1.10

This commit is contained in:
Christoph Blecker
2018-04-02 17:44:04 -07:00
parent 1f69c34478
commit 857aac9ae4
4 changed files with 17 additions and 17 deletions

View File

@@ -474,7 +474,7 @@ func TestTokenCreation(t *testing.T) {
AddedSecret: serviceAccountTokenSecretWithNamespaceData([]byte("custom")),
ExpectedActions: []core.Action{
// no update is performed... the custom namespace is preserved
// no update is performed... the custom namespace is preserved
},
},
@@ -539,7 +539,7 @@ func TestTokenCreation(t *testing.T) {
UpdatedSecret: serviceAccountTokenSecretWithNamespaceData([]byte("custom")),
ExpectedActions: []core.Action{
// no update is performed... the custom namespace is preserved
// no update is performed... the custom namespace is preserved
},
},