Skip to content

Commit

Permalink
Apply fixes from StyleCI (koel#1016)
Browse files Browse the repository at this point in the history
  • Loading branch information
phanan authored Jun 30, 2019
1 parent b3b9202 commit af375d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/Factories/StreamerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ public function createStreamer(
?bool $transcode = null,
?int $bitRate = null,
float $startTime = 0.0
): StreamerInterface
{
): StreamerInterface {
if ($song->s3_params) {
$this->objectStorageStreamer->setSong($song);

Expand Down

0 comments on commit af375d0

Please sign in to comment.