Passed
Push — master ( 16b801...e55e42 )
by Morris
11:05
created
lib/private/Http/Client/Client.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
 			return $this->certificateManager->getAbsoluteBundlePath(null);
87 87
 		}
88 88
 
89
-		return \OC::$SERVERROOT . '/resources/config/ca-bundle.crt';
89
+		return \OC::$SERVERROOT.'/resources/config/ca-bundle.crt';
90 90
 	}
91 91
 
92 92
 	/**
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
 			return $proxyHost;
108 108
 		}
109 109
 
110
-		return $proxyUserPwd . '@' . $proxyHost;
110
+		return $proxyUserPwd.'@'.$proxyHost;
111 111
 	}
112 112
 
113 113
 	/**
Please login to merge, or discard this patch.