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
@@ -22,7 +22,7 @@ type PowerDriver interface {
type ClockSensor struct {
path string
Name int
Name string
FrequencyGHz float64
}