Skip to content

Commit 0e32dcd

Browse files
committed
fix formatting
1 parent deb0e71 commit 0e32dcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exporter/collstats_collector.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ func (d *collstatsCollector) collect(ch chan<- prometheus.Metric) {
116116
project := bson.D{
117117
{
118118
Key: "$project", Value: bson.M{
119-
"storageStats.wiredTiger": 0,
120-
"storageStats.indexDetails": 0,
121-
},
119+
"storageStats.wiredTiger": 0,
120+
"storageStats.indexDetails": 0,
121+
},
122122
},
123123
}
124124
pipeline = append(pipeline, project)

0 commit comments

Comments
 (0)