Completed
Branch master (446cf6)
by Guillaume
04:16 queued 01:26
created
app/Services/DocsetPackager.php 1 patch
Switch Indentation   +1 added lines, -5 removed lines patch added patch discarded remove patch
@@ -148,8 +148,4 @@
 block discarded – undo
148 148
         if ($this->docset->icon32()) {
149 149
             Storage::copy(
150 150
                 "{$this->docset->downloadedDirectory()}/{$this->docset->icon32()}",
151
-                "{$this->docset->file()}/[email protected]"
152
-            );
153
-        }
154
-    }
155
-}
151
+                "{$this->docset->file()}
156 152
\ No newline at end of file
Please login to merge, or discard this patch.