This commit is contained in:
Łukasz Magiera 2021-11-29 15:26:16 +01:00
parent a597b072b8
commit 001ecbb561

View File

@ -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() {