Skip to content

Commit c4408a5

Browse files
author
Thomas Leung
committed
fix server_test.go formatting
Signed-off-by: Thomas Leung <thomas.leung@ibm.com>
1 parent 18139ed commit c4408a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/k8sbuilder/server_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ func TestRunPodDefinition(t *testing.T) {
495495
},
496496
}
497497

498-
pod.Spec.Affinity = affinity
498+
pod.Spec.Affinity = affinity
499499
gt.Expect(pod).To(Equal(&v1.Pod{
500500
ObjectMeta: metav1.ObjectMeta{
501501
Labels: map[string]string{

0 commit comments

Comments
 (0)