Skip to content

Commit 40aa8a2

Browse files
committed
Fix code style
1 parent a8ac1bd commit 40aa8a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

markdown.dtx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27331,7 +27331,8 @@ function M.writer.new(options)
2733127331

2733227332
-- Remove everything up to the first non-space.
2733327333
if not letter_found then
27334-
local is_letter = not lpeg.match(parsers.unicode.whitespace, char)
27334+
local is_letter
27335+
= not lpeg.match(parsers.unicode.whitespace, char)
2733527336
if is_letter then
2733627337
letter_found = true
2733727338
else

0 commit comments

Comments
 (0)