From fe3f99e5201d3e3bd897e6318be3b9f563c6aa2e Mon Sep 17 00:00:00 2001 From: Tw93 Date: Mon, 22 Dec 2025 11:31:14 +0000 Subject: [PATCH] chore: auto format code --- cmd/status/metrics.go | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/cmd/status/metrics.go b/cmd/status/metrics.go index 8d783a6..d655e9e 100644 --- a/cmd/status/metrics.go +++ b/cmd/status/metrics.go @@ -118,13 +118,13 @@ type BatteryStatus struct { } type ThermalStatus struct { - CPUTemp float64 - GPUTemp float64 - FanSpeed int - FanCount int - SystemPower float64 // System power consumption in Watts - AdapterPower float64 // AC adapter max power in Watts - BatteryPower float64 // Battery charge/discharge power in Watts (positive = discharging) + CPUTemp float64 + GPUTemp float64 + FanSpeed int + FanCount int + SystemPower float64 // System power consumption in Watts + AdapterPower float64 // AC adapter max power in Watts + BatteryPower float64 // Battery charge/discharge power in Watts (positive = discharging) } type SensorReading struct {