Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Siewertsen committed Aug 19, 2021
1 parent 41a59d1 commit a352e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/CommonMarkTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public function a_single_tag_will_not_replace_another_tag()
{
config()->set('markdown.styles.default', [
'p' => 'p-3',
'pre' => 'mb-4',
'pre' => 'mb-4',
]);

$toParse = <<<'EOT'
Expand Down

0 comments on commit a352e1c

Please sign in to comment.