Skip to content

Commit e6763d8

Browse files
gilthojonludlam
authored andcommitted
reverse useless style change
Signed-off-by: Sacha Ayoun <[email protected]>
1 parent b481dc9 commit e6763d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lexer.mll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,7 @@ rule token input = parse
376376

377377
| "{%" ((raw_markup_target as target) ':')? (raw_markup as s)
378378
("%}" | eof as e)
379-
{ let token = `Raw_markup (target, s)
380-
in
379+
{ let token = `Raw_markup (target, s) in
381380
if e <> "%}" then
382381
warning
383382
input

0 commit comments

Comments
 (0)