From 358e04bfa2b8e40f68a0f6a71405c41a0cbf03cc Mon Sep 17 00:00:00 2001 From: Nikola Jokic Date: Mon, 6 Oct 2025 17:21:19 +0200 Subject: [PATCH] fmt --- .../horizontal_runner_autoscaler_webhook_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/actions.summerwind.net/horizontal_runner_autoscaler_webhook_test.go b/controllers/actions.summerwind.net/horizontal_runner_autoscaler_webhook_test.go index eccf1501..2d670a93 100644 --- a/controllers/actions.summerwind.net/horizontal_runner_autoscaler_webhook_test.go +++ b/controllers/actions.summerwind.net/horizontal_runner_autoscaler_webhook_test.go @@ -419,7 +419,7 @@ func TestGetValidCapacityReservations(t *testing.T) { func installTestLogger(webhook *HorizontalRunnerAutoscalerGitHubWebhook) *bytes.Buffer { logs := &bytes.Buffer{} - + // Wrap the buffer with a synchronized writer to prevent race conditions syncWriter := &syncWriter{ writer: logs,