Completed
Push — master ( 95c032...b17f21 )
by PROSPER
04:43 queued 01:50
created
app/Http/Controllers/LastFmController.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,8 +38,8 @@
 block discarded – undo
38 38
         $tracks = array_slice($this->getTopTracks(), 0, 10);
39 39
 
40 40
         return view('api.lastfm')->withDetails($details)
41
-                                 ->withAlbums($albums)
42
-                                 ->withTracks($tracks);
41
+                                    ->withAlbums($albums)
42
+                                    ->withTracks($tracks);
43 43
     }
44 44
 
45 45
     /**
Please login to merge, or discard this patch.