Skip to content

Commit 47d7882

Browse files
starbopsclaude
andcommitted
fix(format): resolve gofmt violations in docker_client.go and collector.go
Fix code formatting issues that were causing CI lint failures: - Format internal/executor/docker_client.go - Format internal/logging/collector.go This resolves the lint step failures in PR #61 CI checks. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a610bc6 commit 47d7882

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

internal/executor/docker_client.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,6 @@ func (dc *DockerClient) GetActiveLogStreams() int {
366366
return len(dc.activeStreams)
367367
}
368368

369-
370369
// RemoveContainer removes the specified container
371370
func (dc *DockerClient) RemoveContainer(ctx context.Context, containerID string, force bool) error {
372371
if err := dc.validateContainerID(containerID); err != nil {

internal/logging/collector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,4 +434,4 @@ func (c *DockerLogCollector) GetStats() *LogCollectorStats {
434434
}
435435

436436
return stats
437-
}
437+
}

0 commit comments

Comments
 (0)