Skip to content

Commit 33e2c7c

Browse files
committed
Revert "Test lint failure"
This reverts commit 3e405a7.
1 parent 3e405a7 commit 33e2c7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Actions/HtmlToMarkdown.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ public function __invoke(string $html, ?Closure $mentionedCallback = null): stri
1212
$converter = new HtmlConverter();
1313
$markdown = $converter->convert($html);
1414
$markdown = $this->transformMentionsToMarkdown($markdown, $mentionedCallback);
15+
1516
return $markdown;
1617
}
1718

0 commit comments

Comments
 (0)