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/postprocess_indent_test.go | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'internal/lsp/postprocess_indent_test.go') diff --git a/internal/lsp/postprocess_indent_test.go b/internal/lsp/postprocess_indent_test.go index b546068..28f73a5 100644 --- a/internal/lsp/postprocess_indent_test.go +++ b/internal/lsp/postprocess_indent_test.go @@ -3,11 +3,11 @@ package lsp import "testing" func TestPostProcessCompletion_IndentWithDoubleOpen(t *testing.T) { - s := newTestServer() - cleaned := s.postProcessCompletion("a\nb", "", " >>gen>") - // Expect each non-empty line to be indented by two spaces - want := " a\n b" - if cleaned != want { - t.Fatalf("got %q want %q", cleaned, want) - } + s := newTestServer() + cleaned := s.postProcessCompletion("a\nb", "", " >>gen>") + // Expect each non-empty line to be indented by two spaces + want := " a\n b" + if cleaned != want { + t.Fatalf("got %q want %q", cleaned, want) + } } -- cgit v1.2.3