Skip to content

Commit

Permalink
Remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
yamanq committed Mar 25, 2022
1 parent 185fa07 commit 8c2b6ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bridges/GoogleGroupsBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ class GoogleGroupsBridge extends XPathAbstract {

protected function getSourceUrl() {
$source = self::URI;

$account = $this->getInput('account');
if($account) {
$source = $source . '/a/' . $account;
Expand Down

0 comments on commit 8c2b6ba

Please sign in to comment.