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,