Skip to content

Commit

Permalink
linter issue fix
Browse files Browse the repository at this point in the history
Signed-off-by: Nail Khunafin <nail.khunafin@gmail.com>
  • Loading branch information
khunafin committed May 8, 2023
1 parent 7103c52 commit b34157e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysfs/meminfo_numa.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
"github.com/prometheus/procfs/internal/util"
)

// Meminfo represents memory statistics for NUMA node
// Meminfo represents memory statistics for NUMA node.
type Meminfo struct {
MemTotal uint64
MemFree uint64
Expand Down

0 comments on commit b34157e

Please sign in to comment.