Merge pull request #561 from derekmarcotte/dm-fix-dfly-build

Fixes broken build on Dragonfly.
This commit is contained in:
Tobias Schmidt 2017-04-17 17:31:12 +02:00 committed by GitHub
commit 266f0958d2
1 changed files with 1 additions and 1 deletions

View File

@ -142,5 +142,5 @@ func (c *devstatCollector) Update(ch chan<- prometheus.Metric) error {
ch <- prometheus.MustNewConstMetric(c.blocksDesc, prometheus.CounterValue, float64(stats.blocks), device) ch <- prometheus.MustNewConstMetric(c.blocksDesc, prometheus.CounterValue, float64(stats.blocks), device)
} }
return err return nil
} }