diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-02-20T13·25+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-02-20T13·25+0100 |
commit | 45aee8257fd5bb947cb127cd645d8ab571a15379 (patch) | |
tree | fcd9a87f3b9e40420eb0d648fb161898cee4a37b /context/context_test.go | |
parent | 0b992c6156a3beba093ff41030783a68f52377ef (diff) |
style: Apply go fmt
Diffstat (limited to 'context/context_test.go')
-rw-r--r-- | context/context_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/context/context_test.go b/context/context_test.go index 66b857ffe822..4c95f058c0f1 100644 --- a/context/context_test.go +++ b/context/context_test.go @@ -100,7 +100,7 @@ func TestSubresourceVariableInheritance(t *testing.T) { "bar": "baz", }, Include: nil, - Parent: "parent", + Parent: "parent", }, }, BaseDir: "testdata", @@ -129,7 +129,7 @@ func TestSubresourceVariableInheritanceOverride(t *testing.T) { "foo": "newvalue", }, Include: nil, - Parent: "parent", + Parent: "parent", }, }, BaseDir: "testdata", |