Completed
Push — master ( 038c42...a8c5d7 )
by Arne
03:50
created
src/Vault.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -172,8 +172,7 @@
 block discarded – undo
172 172
         $this->logger->info(sprintf("Loading %s remote index...", $revision ? "r{$revision}" : 'latest'));
173 173
 
174 174
         $synchronization = $revision ?
175
-            $this->getVaultLayout()->getSynchronization($revision) :
176
-            $this->getVaultLayout()->getLastSynchronization();
175
+            $this->getVaultLayout()->getSynchronization($revision) : $this->getVaultLayout()->getLastSynchronization();
177 176
 
178 177
         return $synchronization ? $synchronization->getIndex() : null;
179 178
     }
Please login to merge, or discard this patch.