@@ -103,7 +103,7 @@ discard block |
||
| 103 | 103 | |
| 104 | 104 | $albumsSection = $this->getAlbumsSection(); |
| 105 | 105 | |
| 106 | - if($albumsSection) { |
|
| 106 | + if ($albumsSection) { |
|
| 107 | 107 | $sections[] = $albumsSection; |
| 108 | 108 | } |
| 109 | 109 | |
@@ -112,7 +112,7 @@ discard block |
||
| 112 | 112 | |
| 113 | 113 | $channelsSection = $this->getChannelsSection(); |
| 114 | 114 | |
| 115 | - if($channelsSection) { |
|
| 115 | + if ($channelsSection) { |
|
| 116 | 116 | $sections[] = $channelsSection; |
| 117 | 117 | } |
| 118 | 118 | |