Skip to content

Commit 6aa74fb

Browse files
author
Pierre Grimaud
committed
Fix styleci
1 parent 5c3aee1 commit 6aa74fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Github/Api/Organization.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function repositories($organization, $type = 'all', $page = 1, $sort = 'c
6464
'type' => $type,
6565
'page' => $page,
6666
'sort' => $sort,
67-
'direction' => $direction
67+
'direction' => $direction,
6868
]);
6969
}
7070

0 commit comments

Comments
 (0)