From 45aee8257fd5bb947cb127cd645d8ab571a15379 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 20 Feb 2017 14:25:39 +0100 Subject: style: Apply go fmt --- context/context_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'context') 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", -- cgit 1.4.1