Skip to content

Commit a23b220

Browse files
Run formatter
1 parent cefe71a commit a23b220

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

stat_internal_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -843,10 +843,10 @@ sysboxfs /proc/sys sysboxfs rw,nosuid,nodev,noexec,relatime 0 0`,
843843
proc /proc/sys proc ro,nosuid,nodev,noexec,relatime 0 0`,
844844
sysCgroupType: "domain",
845845

846-
filepath.Join(cgroupRootPath, fsContainerCgroupV2KubernetesPath, cgroupV2CPUMax): "max 100000",
847-
filepath.Join(cgroupRootPath, fsContainerCgroupV2KubernetesPath, cgroupV2CPUStat): "usage_usec 0",
846+
filepath.Join(cgroupRootPath, fsContainerCgroupV2KubernetesPath, cgroupV2CPUMax): "max 100000",
847+
filepath.Join(cgroupRootPath, fsContainerCgroupV2KubernetesPath, cgroupV2CPUStat): "usage_usec 0",
848848
filepath.Join(cgroupRootPath, fsContainerCgroupV2KubernetesPath, cgroupV2MemoryMaxBytes): "max",
849-
filepath.Join(cgroupRootPath, fsContainerCgroupV2KubernetesPath, cgroupV2MemoryStat): "inactive_file 268435456",
849+
filepath.Join(cgroupRootPath, fsContainerCgroupV2KubernetesPath, cgroupV2MemoryStat): "inactive_file 268435456",
850850
// memory.current purposefully missing at child - should inherit from root
851851
filepath.Join(cgroupRootPath, cgroupV2MemoryUsageBytes): "536870912",
852852
}
@@ -858,8 +858,8 @@ proc /proc/sys proc ro,nosuid,nodev,noexec,relatime 0 0`,
858858
proc /proc/sys proc ro,nosuid,nodev,noexec,relatime 0 0`,
859859
sysCgroupType: "domain",
860860

861-
filepath.Join(cgroupRootPath, fsContainerCgroupV2KubernetesPath, cgroupV2CPUMax): "max 100000",
862-
filepath.Join(cgroupRootPath, fsContainerCgroupV2KubernetesPath, cgroupV2CPUStat): "usage_usec 0",
861+
filepath.Join(cgroupRootPath, fsContainerCgroupV2KubernetesPath, cgroupV2CPUMax): "max 100000",
862+
filepath.Join(cgroupRootPath, fsContainerCgroupV2KubernetesPath, cgroupV2CPUStat): "usage_usec 0",
863863
filepath.Join(cgroupRootPath, fsContainerCgroupV2KubernetesPath, cgroupV2MemoryMaxBytes): "max",
864864
filepath.Join(cgroupRootPath, fsContainerCgroupV2KubernetesPath, cgroupV2MemoryUsageBytes): "536870912",
865865
// memory.stat purposefully missing at child - should inherit from root

0 commit comments

Comments
 (0)