Skip to content

Commit 241eb28

Browse files
author
John Hutcheson
committed
style fixes
1 parent 284c53b commit 241eb28

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

src/Resources/ConnectedSites.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,4 @@ public function verifyScriptInstallation()
4949
$this->throwIfNot("id", $this->site_id);
5050
$this->postToActionEndpoint(self::VERIFY_SCRIPT_INSTALL_URL_COMPONENT);
5151
}
52-
53-
}
52+
}

src/Resources/FacebookAds.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ public function __construct(MailchimpRequest $request, MailchimpSettings $settin
1515
parent::__construct($request, $settings);
1616
$request->appendToEndpoint(self::URL_COMPONENT . $outreach_id);
1717
}
18-
}
18+
}

src/Resources/LandingPages.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ public function content()
7676
$this->getSettings()
7777
);
7878
}
79-
}
79+
}

src/Resources/LandingPages/Content.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ public function __construct(MailchimpRequest $request, MailchimpSettings $settin
1616
parent::__construct($request, $settings);
1717
$request->appendToEndpoint(self::URL_COMPONENT);
1818
}
19-
}
19+
}

0 commit comments

Comments
 (0)