fix lint
This commit is contained in:
parent
a597b072b8
commit
001ecbb561
2
extern/sector-storage/cgroups_linux.go
vendored
2
extern/sector-storage/cgroups_linux.go
vendored
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user