From a352e1c7fd0162aba94de5332702640e5a4995e1 Mon Sep 17 00:00:00 2001 From: Jonas Siewertsen Date: Thu, 19 Aug 2021 14:29:10 +0200 Subject: [PATCH] Formatting --- tests/Unit/CommonMarkTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Unit/CommonMarkTest.php b/tests/Unit/CommonMarkTest.php index 7fc8241..1c9c1fc 100644 --- a/tests/Unit/CommonMarkTest.php +++ b/tests/Unit/CommonMarkTest.php @@ -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'