Passed
Push — master ( 4c970b...bd012b )
by Amin
03:15
created
src/Metadata.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
         $metadata["streams"] = $this->getStreamsMetadata();
39 39
 
40 40
         $filename = 'It is not possible to save metadata to clouds.';
41
-        if(!$this->export->isTmpDir()){
41
+        if (!$this->export->isTmpDir()) {
42 42
             $filename = $this->saveAsJson($metadata);
43 43
         }
44 44
 
Please login to merge, or discard this patch.