Completed
Push — master ( 3c48b1...6f04eb )
by Inko
01:45
created
src/SkinData/DataFile.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,8 +15,8 @@
 block discarded – undo
15 15
 
16 16
     public function __construct(string $file)
17 17
     {
18
-        $this->path = Main::$path . '/' . $file . '/';
19
-        if(!file_exists($this->path)){
18
+        $this->path = Main::$path.'/'.$file.'/';
19
+        if (!file_exists($this->path)) {
20 20
             mkdir($this->path, 0755, true);
21 21
         }
22 22
     }
Please login to merge, or discard this patch.