Explorar o código

Fixed a coding style issue

Missing a space between if and (
schmkr %!s(int64=11) %!d(string=hai) anos
pai
achega
c4d7347ec5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Composer/Repository/Vcs/SvnDriver.php

+ 1 - 1
src/Composer/Repository/Vcs/SvnDriver.php

@@ -193,7 +193,7 @@ class SvnDriver extends VcsDriver
         if (null === $this->branches) {
             $this->branches = array();
 
-            if(false === $this->trunkPath) {
+            if (false === $this->trunkPath) {
                 $trunkParent = $this->baseUrl . '/';
             } else {
                 $trunkParent = $this->baseUrl . '/' . $this->trunkPath;