From 87963f9e685b0e82000002dd8f74bc48224aba2e Mon Sep 17 00:00:00 2001 From: Tw93 Date: Fri, 2 Jan 2026 11:59:49 +0000 Subject: [PATCH] chore: auto format code --- cmd/status/metrics.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/status/metrics.go b/cmd/status/metrics.go index 1ee928d..c5cfcb5 100644 --- a/cmd/status/metrics.go +++ b/cmd/status/metrics.go @@ -83,8 +83,8 @@ type MemoryStatus struct { UsedPercent float64 SwapUsed uint64 SwapTotal uint64 - Cached uint64 // File cache that can be freed if needed - Pressure string // macOS memory pressure: normal/warn/critical + Cached uint64 // File cache that can be freed if needed + Pressure string // macOS memory pressure: normal/warn/critical } type DiskStatus struct {