Passed
Push — master ( 3192b3...d9e4e4 )
by John
29:21 queued 13:50
created
apps/files_external/lib/Lib/Backend/SMB.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@
 block discarded – undo
112 112
 								$username = $user;
113 113
 								$workgroup = $realm;
114 114
 							} else {
115
-								$username = $matches[1];;
115
+								$username = $matches[1]; ;
116 116
 								$workgroup = $matches[2];
117 117
 							}
118 118
 							$smbAuth = new BasicAuth(
Please login to merge, or discard this patch.