Fix code formatting issue
authorMatthias Schmidt <gravatronics@live.com>
Mon, 5 Jul 2021 09:32:03 +0000 (11:32 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Mon, 5 Jul 2021 09:32:03 +0000 (11:32 +0200)
wcfsetup/install/files/lib/system/devtools/pip/DevtoolsPip.class.php

index 43722b5ffd0a9d4e5fe6faa10626065c71df9bfa..73bf61560b008ade983c650ecc23df4fcef97e1b 100644 (file)
@@ -435,7 +435,7 @@ class DevtoolsPip extends DatabaseObjectDecorator
                     $path = "{$project->path}files/{$instructions['value']}";
                     if (!\is_file($path)) {
                         $path = "{$project->path}files_wcf/{$instructions['value']}";
-                        
+
                         if (!isset($instructions['attributes'])) {
                             $instructions['attributes'] = [];
                         }