prysmaticlabs / prysm

Non-idiomatic comment formatting GO-C4004
Style
Minor
2 occurrences in this check
put a space between // and comment text
38//	assert.Equal(t, maxCommitteesCacheSize, len(keys(cache)), "Incorrect key size")
39//}
40
41//func TestCommitteeCache_FuzzActiveIndices(t *testing.T) {42//	cache, err := NewCommitteesCache[string, Committees]()
43//	require.NoError(t, err)
44//	fuzzer := fuzz.NewWithSeed(0)
put a space between // and comment text
22	}
23}
24
25//func TestCommitteeCache_FuzzCommitteesByEpoch(t *testing.T) {26//	cache, err := NewCommitteesCache[string, Committees]()
27//	require.NoError(t, err)
28//	fuzzer := fuzz.NewWithSeed(0)