From f245fec3096328432eabc4b0cf9a811709da509c Mon Sep 17 00:00:00 2001 From: Nikola Grcevski Date: Mon, 22 Jul 2024 18:53:13 -0400 Subject: [PATCH] fix formatting --- pkg/internal/discover/attacher_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/internal/discover/attacher_test.go b/pkg/internal/discover/attacher_test.go index f314c95ea..a5972f0b5 100644 --- a/pkg/internal/discover/attacher_test.go +++ b/pkg/internal/discover/attacher_test.go @@ -5,10 +5,11 @@ import ( "os" "testing" + "github.com/stretchr/testify/assert" + "github.com/grafana/beyla/pkg/beyla" "github.com/grafana/beyla/pkg/internal/exec" "github.com/grafana/beyla/pkg/services" - "github.com/stretchr/testify/assert" ) func TestSkipSelfInstrumentation(t *testing.T) {