Skip to content

Commit

Permalink
Fix go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx committed Oct 7, 2024
1 parent c9d17f7 commit e8640b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/instrumentation/python_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ func TestInjectPythonSDK(t *testing.T) {
tests := []struct {
name string
v1alpha1.Python
pod corev1.Pod
pod corev1.Pod
wheelKind string
expected corev1.Pod
err error
expected corev1.Pod
err error
}{
{
name: "PYTHONPATH not defined",
Expand Down

0 comments on commit e8640b7

Please sign in to comment.