Skip to content

Commit ef6653e

Browse files
committed
Newline, extra space
1 parent 0e6d390 commit ef6653e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/Github/Api/Organization/Members.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ public function conceal($organization, $username)
4949
/*
5050
* Add user to organization
5151
*/
52-
53-
public function add($organization, $username)
52+
public function add($organization, $username)
5453
{
5554
return $this->put('orgs/'.rawurlencode($organization).'/memberships/'.rawurlencode($username));
5655
}

0 commit comments

Comments
 (0)