diff --git a/tests/CodeBlocksTest.php b/tests/CodeBlocksTest.php index a2aaad5..797648f 100644 --- a/tests/CodeBlocksTest.php +++ b/tests/CodeBlocksTest.php @@ -31,8 +31,8 @@ final class CodeBlocksTest extends TestCase { ``` "; $target = " -
-	
+
+	
 		public function testLanguageAnnotationParsesCorrectly() : bool {
 			return true;
 		}