From acd91c7c11658360e0540f9d550f1fe0da167109 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 5 Mar 2026 23:53:01 +0200 Subject: Normalize Go import grouping with local ior section --- integrationtests/expectations.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'integrationtests/expectations.go') diff --git a/integrationtests/expectations.go b/integrationtests/expectations.go index 21a5bda..36fdf6e 100644 --- a/integrationtests/expectations.go +++ b/integrationtests/expectations.go @@ -1,9 +1,10 @@ package integrationtests import ( - "ior/internal/flamegraph" "strings" "testing" + + "ior/internal/flamegraph" ) // ExpectedEvent describes an I/O event that should appear in the test output. -- cgit v1.2.3