Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 59317ef

Browse files
author
Craig Furman
committed
go fmt
1 parent b69e5b7 commit 59317ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/k8s/resource/deployment/deployment_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ func TestNewDeployment(t *testing.T) {
375375
},
376376
Template: corev1.PodTemplateSpec{
377377
ObjectMeta: metav1.ObjectMeta{
378-
Name: "foo",
378+
Name: "foo",
379379
Annotations: map[string]string{
380380
"kubectl.kubernetes.io/default-container": "foo",
381381
},

internal/k8s/resource/statefulset/statefulset_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ func TestNewStatefulSet(t *testing.T) {
243243
},
244244
Template: corev1.PodTemplateSpec{
245245
ObjectMeta: metav1.ObjectMeta{
246-
Name: "foo",
246+
Name: "foo",
247247
Labels: map[string]string{
248248
"app": "foo",
249249
"deploy": "sourcegraph",

0 commit comments

Comments
 (0)