Skip to content

Commit 1a7a072

Browse files
committed
Fix linting that was missed in CI run
Signed-off-by: Joe Adams <[email protected]>
1 parent 422c7a0 commit 1a7a072

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

collector/shards.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@ type Shards struct {
5151
jsonParseFailures prometheus.Counter
5252
}
5353

54-
// NodeShard Information per node struct
55-
type NodeShard struct {
56-
node string
57-
shards int64
58-
}
59-
6054
type nodeShardMetric struct {
6155
Type prometheus.ValueType
6256
Desc *prometheus.Desc

0 commit comments

Comments
 (0)