Skip to content

Commit a229e1b

Browse files
Update internal/store/utils.go
Co-authored-by: Filip Petkovski <[email protected]>
1 parent 8c9476d commit a229e1b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/store/utils.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ func createPrometheusLabelKeysValues(prefix string, allKubeData map[string]strin
197197
// Arguments are passed as equal-length pairs of slices, where the first slice contains keys and second contains values.
198198
// Example: mergeKeyValues(keys1, values1, keys2, values2) => (keys1+keys2, values1+values2)
199199
func mergeKeyValues(keyValues ...[]string) (keys, values []string) {
200-
201200
capacity := 0
202201
for i := 0; i < len(keyValues); i += 2 {
203202
capacity += len(keyValues[i])

0 commit comments

Comments
 (0)