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/cmd/ioworkload/scenario_rename.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'integrationtests/cmd') diff --git a/integrationtests/cmd/ioworkload/scenario_rename.go b/integrationtests/cmd/ioworkload/scenario_rename.go index d2e76b1..685157b 100644 --- a/integrationtests/cmd/ioworkload/scenario_rename.go +++ b/integrationtests/cmd/ioworkload/scenario_rename.go @@ -9,8 +9,8 @@ import ( ) const ( - sysRenameat2 = 316 // SYS_RENAMEAT2 on amd64 - renameNoreplaceFlag = 1 // RENAME_NOREPLACE + sysRenameat2 = 316 // SYS_RENAMEAT2 on amd64 + renameNoreplaceFlag = 1 // RENAME_NOREPLACE ) // renameBasic creates a file and renames it via rename(2). -- cgit v1.2.3