diff --git a/extern/sector-storage/cgroups_linux.go b/extern/sector-storage/cgroups_linux.go index 0b6efea99..38fe88f19 100644 --- a/extern/sector-storage/cgroups_linux.go +++ b/extern/sector-storage/cgroups_linux.go @@ -19,7 +19,7 @@ func cgroupV2MountPoint() (string, error) { if err != nil { return "", err } - defer f.Close() + defer f.Close() //nolint scanner := bufio.NewScanner(f) for scanner.Scan() {