Passed
Push — master ( 4d8691...f8c985 )
by Michael
02:38
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
         $importSVG = inlineSVG(__DIR__ . '/../images/import.svg');
Please login to merge, or discard this patch.