about summary refs log tree commit diff
path: root/context
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-02-20T13·25+0100
committerVincent Ambo <tazjin@gmail.com>2017-02-20T13·25+0100
commit45aee8257fd5bb947cb127cd645d8ab571a15379 (patch)
treefcd9a87f3b9e40420eb0d648fb161898cee4a37b /context
parent0b992c6156a3beba093ff41030783a68f52377ef (diff)
style: Apply go fmt
Diffstat (limited to 'context')
-rw-r--r--context/context_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/context/context_test.go b/context/context_test.go
index 66b857ffe8..4c95f058c0 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",