summaryrefslogtreecommitdiff
path: root/integrationtests/cmd/ioworkload
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-05 23:53:01 +0200
committerPaul Buetow <paul@buetow.org>2026-03-05 23:53:01 +0200
commitacd91c7c11658360e0540f9d550f1fe0da167109 (patch)
tree2117c92bb17a1ffa3da8a09f93e614976c2fc375 /integrationtests/cmd/ioworkload
parentf6135befedb7da8603ecff2c59b155effd0183db (diff)
Normalize Go import grouping with local ior section
Diffstat (limited to 'integrationtests/cmd/ioworkload')
-rw-r--r--integrationtests/cmd/ioworkload/scenario_rename.go4
1 files changed, 2 insertions, 2 deletions
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).