style: Apply gofmt to 37 files
Standardize code formatting across test files and monitor.go. No functional changes.
This commit is contained in:
parent
ec6133afd8
commit
72af7bed5e
37 changed files with 251 additions and 253 deletions
|
|
@ -71,4 +71,3 @@ func TestNormalisePlatform(t *testing.T) {
|
|||
})
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -452,7 +452,6 @@ func TestParseRPiTemperature(t *testing.T) {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
func TestParseSensorsJSON_PiPartialSensors(t *testing.T) {
|
||||
collector := &TemperatureCollector{}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue