Skip to content

Commit caf5aab

Browse files
starbopsclaude
andcommitted
fix(format): remove trailing whitespace in chaos experiments
- Remove trailing whitespace from line 712 in error_handling_experiments.go - Fixes CI lint formatting check failure 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 52f5f1f commit caf5aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/chaos/error_handling_experiments.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ func (ehe *ErrorHandlingExperiments) createResourceExhaustionExperiment() *Chaos
709709
if ehe.resourceMonitor != nil {
710710
healthStatus := ehe.resourceMonitor.GetHealthStatus()
711711
currentMetrics := ehe.resourceMonitor.GetCurrentMetrics()
712-
ehe.logger.Info("resource monitoring status",
712+
ehe.logger.Info("resource monitoring status",
713713
"healthy", healthStatus.Healthy,
714714
"issues", healthStatus.Issues,
715715
"current_metrics", currentMetrics)

0 commit comments

Comments
 (0)