Test Failed
Branch master (cb46a0)
by Marc
14:28
created
demos/renderer/index.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,12 +4,12 @@
 block discarded – undo
4 4
 
5 5
 require_once __DIR__ . '/../bootstrap.php';
6 6
 
7
-$e = function ($s) { return htmlspecialchars($s, ENT_QUOTES, 'UTF-8'); };
7
+$e = function($s) { return htmlspecialchars($s, ENT_QUOTES, 'UTF-8'); };
8 8
 
9 9
 $sets = array();
10 10
 
11 11
 $sets['commonmark'] = array(
12
-    __DIR__  . '/../../README.md'
12
+    __DIR__ . '/../../README.md'
13 13
 );
14 14
 
15 15
 $sets['inigo'] = array(
Please login to merge, or discard this patch.