Skip to content

Commit d4fa775

Browse files
author
binjip978
committed
go fmt
Signed-off-by: binjip978 <[email protected]>
1 parent de3a686 commit d4fa775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sysfs/class_thermal.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929
type ClassThermalZoneStats struct {
3030
Name string // The name of the zone from the directory structure.
3131
Type string // The type of thermal zone.
32-
Temp int64 // Temperature in millidegree Celsius.
32+
Temp int64 // Temperature in millidegree Celsius.
3333
Policy string // One of the various thermal governors used for a particular zone.
3434
Mode *bool // Optional: One of the predefined values in [enabled, disabled].
3535
Passive *uint64 // Optional: millidegrees Celsius. (0 for disabled, > 1000 for enabled+value)

0 commit comments

Comments
 (0)