From 5e903a3a630683f98643de7b0cede1631f3c3ca0 Mon Sep 17 00:00:00 2001 From: Shuhei Kitagawa Date: Sun, 15 Dec 2024 19:01:03 +0100 Subject: [PATCH] Fix code format --- lexer/lexer_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lexer/lexer_test.go b/lexer/lexer_test.go index 8e94c2f..05a45ab 100644 --- a/lexer/lexer_test.go +++ b/lexer/lexer_test.go @@ -2528,7 +2528,7 @@ s: >-3 CharacterType: token.CharacterTypeIndicator, Indicator: token.BlockScalarIndicator, Value: "|", - Origin: "\n| ", //nolint:gci,gofmt + Origin: "\n| ", //nolint:gci,gofmt }, { Type: token.CommentType,