Skip to content

Commit 4f873f2

Browse files
committed
CodeStyle
1 parent ca5d81b commit 4f873f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libraries/src/Installer/Adapter/ModuleAdapter.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,8 +554,7 @@ protected function setupUpdates()
554554
// Look in the extension root
555555
$tmpInstaller->setPath('source', $this->parent->getPath('extension_root'));
556556

557-
if ($tmpInstaller->findManifest())
558-
{
557+
if ($tmpInstaller->findManifest()) {
559558
$old_manifest = $tmpInstaller->getManifest();
560559
$this->oldFiles = $old_manifest->files;
561560
}

0 commit comments

Comments
 (0)