Skip to content

Commit c09219d

Browse files
starbopsclaude
andcommitted
fix: resolve lint CI formatting issue in metrics_collector.go
Fixed whitespace formatting issue on blank line that was causing the lint CI check to fail. Applied gofmt to ensure proper Go code formatting standards. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent af9f0ab commit c09219d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/monitoring/metrics_collector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ func (mc *MetricsCollector) getCPUTimes() (CPUTimes, error) {
378378
if now < 0 {
379379
now = 0
380380
}
381-
381+
382382
// Safe conversion to avoid integer overflow - now is guaranteed >= 0
383383
var baseTime uint64
384384
if now >= 0 {

0 commit comments

Comments
 (0)