Skip to content

Commit 282fd58

Browse files
committed
Code style
1 parent eec78a7 commit 282fd58

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/Github/Exception/SsoRequiredException.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ public function __construct($url, $code = 0, $previous = null)
1616
parent::__construct('Resource protected by organization SAML enforcement. You must grant your personal token access to this organization.', $code, $previous);
1717
}
1818

19-
2019
public function getUrl()
2120
{
2221
return $this->url;
2322
}
24-
2523
}

0 commit comments

Comments
 (0)