Skip to content

Commit

Permalink
Fix styleci
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrimaud committed Apr 20, 2020
1 parent 5c3aee1 commit 6aa74fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Github/Api/Organization.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function repositories($organization, $type = 'all', $page = 1, $sort = 'c
'type' => $type,
'page' => $page,
'sort' => $sort,
'direction' => $direction
'direction' => $direction,
]);
}

Expand Down

0 comments on commit 6aa74fb

Please sign in to comment.