Completed
Push — master ( 37082b...b3f134 )
by Tyler
36:04
created
index.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 
5 5
 // instance Pico
6 6
 $pico = new Pico(
7
-    __DIR__,    // root dir
8
-    'config/',  // config dir
7
+    __DIR__, // root dir
8
+    'config/', // config dir
9 9
     'plugins/', // plugins dir
10 10
     'themes/'   // themes dir
11 11
 );
Please login to merge, or discard this patch.