From adec8fd8060dc0e5b5d140153341a833ae5ec531 Mon Sep 17 00:00:00 2001 From: Markus Klein Date: Fri, 20 Nov 2020 15:11:07 +0100 Subject: [PATCH] [TASK] Fix indentation --- src/Api/Campaigns.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Api/Campaigns.php b/src/Api/Campaigns.php index 317c13a..3c652af 100644 --- a/src/Api/Campaigns.php +++ b/src/Api/Campaigns.php @@ -65,7 +65,7 @@ class Campaigns if ($e->getCode() === 400) { throw new \InvalidArgumentException($e->getMessage(), 1605877581); } - throw $e; + throw $e; } if ($result->getStatusCode() !== 200) {