Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Feb 26, 2022
1 parent e538bc9 commit 3e72988
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public function testWithWindowsLineEndings(): void
{
$markdown = "---\r\nfoo: bar\r\n---\r\n\r\n# Test";

$expectedHtml = "<h1>Test</h1>\n";
$expectedHtml = "<h1>Test</h1>\n";
$expectedFrontMatter = ['foo' => 'bar'];

$converter = new MarkdownConverter($this->environment);
Expand Down

0 comments on commit 3e72988

Please sign in to comment.