minor cleanup of formatting

This commit is contained in:
alu
2026-08-05 10:12:23 -07:00
parent 4a94bddd92
commit aa114e4f73
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ func (r *SysDriver) ReadClockSensors() ([]ClockSensor, error) {
clockSensors = append(clockSensors, ClockSensor{
path: path,
Name: coreID,
Name: fmt.Sprintf("core %d", coreID),
FrequencyGHz: khz / 1000000.0, // Convert KHz to GHz
})
}