Skip to content

Commit 9e578b8

Browse files
gilthojonludlam
authored andcommitted
remove trailing spaces
1 parent a2d0624 commit 9e578b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/lexer.mll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ rule token input = parse
387387
~what:(Token.describe `End)
388388
~in_what:(Token.describe token));
389389
emit input token }
390-
390+
391391
| "{ul"
392392
{ emit input (`Begin_list `Unordered) }
393393

test/test.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1282,8 +1282,8 @@ let%expect_test _ =
12821282
( "File \"f.ml\", line 1, characters 0-4:\
12831283
\n'{^...}' (superscript) should not be empty."))) |}]
12841284
end in
1285-
()
1286-
1285+
()
1286+
12871287
let%expect_test _ =
12881288
let module Subscript = struct
12891289
let basic =

0 commit comments

Comments
 (0)