From 320de746f7a2985b60c8564a0e65bdf231e840b7 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Sep 2025 10:56:27 +0300 Subject: use gofumpt --- internal/lsp/llm_stats_test.go | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'internal/lsp/llm_stats_test.go') diff --git a/internal/lsp/llm_stats_test.go b/internal/lsp/llm_stats_test.go index 9e27823..43582a2 100644 --- a/internal/lsp/llm_stats_test.go +++ b/internal/lsp/llm_stats_test.go @@ -3,9 +3,8 @@ package lsp import "testing" func TestLogLLMStats_CoversCounters(t *testing.T) { - s := newTestServer() - s.incSentCounters(10) - s.incRecvCounters(20) - s.logLLMStats() // just ensure it does not panic and executes + s := newTestServer() + s.incSentCounters(10) + s.incRecvCounters(20) + s.logLLMStats() // just ensure it does not panic and executes } - -- cgit v1.2.3