Skip to content

Commit e8640b7

Browse files
committed
Fix go fmt
1 parent c9d17f7 commit e8640b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/instrumentation/python_test.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ func TestInjectPythonSDK(t *testing.T) {
2828
tests := []struct {
2929
name string
3030
v1alpha1.Python
31-
pod corev1.Pod
31+
pod corev1.Pod
3232
wheelKind string
33-
expected corev1.Pod
34-
err error
33+
expected corev1.Pod
34+
err error
3535
}{
3636
{
3737
name: "PYTHONPATH not defined",

0 commit comments

Comments
 (0)