lints and non parallel

This commit is contained in:
Andrew Jackson (Ajax)
2023-11-14 22:58:43 -06:00
parent 7ec9eb0a70
commit 4b8aa53806
11 changed files with 56 additions and 49 deletions
+2 -1
View File
@@ -847,7 +847,8 @@ var NetStatCmd = &cli.Command{
})
for _, stat := range stats {
printScope(&stat.stat, name+stat.name)
tmp := stat.stat
printScope(&tmp, name+stat.name)
}
}