discover: fix gofmt alignment in test struct

This commit is contained in:
Samaresh Kumar Singh 2026-04-19 22:00:32 -05:00
parent ba5079cd0d
commit 502e0bf6a2

View file

@ -2086,14 +2086,14 @@ power management:
func TestGetCgroupMemStatInactiveFile(t *testing.T) {
tests := []struct {
name string
content string
key string
wantVal uint64
wantErr bool
name string
content string
key string
wantVal uint64
wantErr bool
}{
{
name: "finds inactive_file",
name: "finds inactive_file",
content: "anon 36884480\nfile 21266915328\ninactive_file 21189849088\nactive_file 77045760\n",
key: "inactive_file",
wantVal: 21189849088,