Passed
Push — master ( 6bf8e2...75d456 )
by Michael
02:31 queued 35s
created
action/ajax.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@
 block discarded – undo
142 142
         $html = '<div class="org_repos">';
143 143
         $html .= '<p>Below are the repositories of the organisation to which the authorized user has access to. Click on the icon to create/delete the webhook.</p>';
144 144
         $html .= '<div><ul>';
145
-        usort($repos, function ($repo1, $repo2) {
145
+        usort($repos, function($repo1, $repo2) {
146 146
             return $repo1->displayName < $repo2->displayName ? -1 : 1;
147 147
         });
148 148
         foreach ($repos as $repo) {
Please login to merge, or discard this patch.