@@ -15,7 +15,7 @@ |
||
15 | 15 | ->inFormat($this->guessFormat()) |
16 | 16 | ->concatWithoutTranscoding(); |
17 | 17 | |
18 | - if (! empty($visibility = $this->visibility())) { |
|
18 | + if (!empty($visibility = $this->visibility())) { |
|
19 | 19 | $exporter->withVisibility($visibility); |
20 | 20 | } |
21 | 21 |