Skip to content

Commit f4c74f2

Browse files
gpetiotpanglesd
authored andcommitted
Update src/parser/lexer.mll
Co-authored-by: panglesd <[email protected]>
1 parent b38d5cf commit f4c74f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/lexer.mll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ and code_span buffer nesting_level start_offset input = parse
617617
~in_what:(Token.describe (`Code_span "")));
618618
Buffer.add_char buffer ' ';
619619
code_span buffer nesting_level start_offset input lexbuf }
620-
| newline horizontal_space+
620+
| newline horizontal_space*
621621
{ Buffer.add_char buffer ' ';
622622
code_span buffer nesting_level start_offset input lexbuf }
623623

0 commit comments

Comments
 (0)