job: snap: comment fix

This commit is contained in:
Christian Schwarz 2019-03-17 21:07:42 +01:00
parent 5cd2593f52
commit b25da7b9b0

View File

@ -25,7 +25,7 @@ type SnapJob struct {
prunerFactory *pruner.SinglePrunerFactory prunerFactory *pruner.SinglePrunerFactory
promPruneSecs *prometheus.HistogramVec // no labels! promPruneSecs *prometheus.HistogramVec // labels: prune_side
pruner *pruner.Pruner pruner *pruner.Pruner
} }