Completed
Push — master ( b2eaa8...0f2645 )
by Gabriel
02:09
created
juntyfile.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -5,10 +5,10 @@
 block discarded – undo
5 5
 
6 6
 $junty = new JuntyRunner();
7 7
 
8
-$junty->task('css', function () {
8
+$junty->task('css', function() {
9 9
         $this->src('./*.md', "/README.md/")
10
-            ->forStreams(function ($streams) {
11
-                print_r(array_map(function ($stream) {
10
+            ->forStreams(function($streams) {
11
+                print_r(array_map(function($stream) {
12 12
                     return $stream->getMetaData('uri');
13 13
                 }, $streams));
14 14
             });
Please login to merge, or discard this patch.