Skip to content

Commit 9fc875e

Browse files
drummm1guelpf
authored andcommitted
Code style
1 parent 1469769 commit 9fc875e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Gitlab/Api/Users.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,8 @@ public function createEmailForUser($user_id, $email)
289289
* @param int $email_id
290290
* @return mixed
291291
*/
292-
public function removeUserEmail($user_id, $email_id) {
292+
public function removeUserEmail($user_id, $email_id)
293+
{
293294
return $this->delete('users/'.$this->encodePath($user_id).'/emails/'.$this->encodePath($email_id));
294295
}
295296

0 commit comments

Comments
 (0)