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 --- internal/statsengine/syscall_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'internal/statsengine/syscall_test.go') diff --git a/internal/statsengine/syscall_test.go b/internal/statsengine/syscall_test.go index 1ebe214..b315bd8 100644 --- a/internal/statsengine/syscall_test.go +++ b/internal/statsengine/syscall_test.go @@ -1,12 +1,13 @@ package statsengine import ( - "ior/internal/event" - "ior/internal/types" "math" "math/rand" "testing" "time" + + "ior/internal/event" + "ior/internal/types" ) func TestSyscallAccumulatorBasicStats(t *testing.T) { -- cgit v1.2.3