diff --git a/smartctl.go b/smartctl.go index 4ea3432..dfc3f93 100644 --- a/smartctl.go +++ b/smartctl.go @@ -333,7 +333,7 @@ func (smart *SMARTctl) mineDeviceStatistics() { // skip vendor-specific statistics (they lead to duplicate metric labels on Seagate Exos drives, // see https://github.com/Sheridan/smartctl_exporter/issues/3 for details) if table == "Vendor Specific Statistics" { - continue; + continue } for _, statistic := range page.Get("table").Array() { smart.ch <- prometheus.MustNewConstMetric(