style: Apply gofmt to 37 files

Standardize code formatting across test files and monitor.go.
No functional changes.
This commit is contained in:
rcourtman 2025-12-02 17:21:48 +00:00
parent ec6133afd8
commit 72af7bed5e
37 changed files with 251 additions and 253 deletions

View file

@ -71,4 +71,3 @@ func TestNormalisePlatform(t *testing.T) {
}) })
} }
} }

View file

@ -452,7 +452,6 @@ func TestParseRPiTemperature(t *testing.T) {
} }
} }
func TestParseSensorsJSON_PiPartialSensors(t *testing.T) { func TestParseSensorsJSON_PiPartialSensors(t *testing.T) {
collector := &TemperatureCollector{} collector := &TemperatureCollector{}