From 56b760bb066d99d3ee86f2a0df1dee3f82409c0c Mon Sep 17 00:00:00 2001 From: "Benedict E. Pranata" Date: Thu, 12 Sep 2019 14:39:52 +0700 Subject: [PATCH] Remove new line line 265 --- tests/Endpoints/ZonesTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Endpoints/ZonesTest.php b/tests/Endpoints/ZonesTest.php index 3342564..f6b75fc 100644 --- a/tests/Endpoints/ZonesTest.php +++ b/tests/Endpoints/ZonesTest.php @@ -262,5 +262,4 @@ class ZonesTest extends TestCase $this->assertTrue($result); $this->assertEquals('023e105f4ecef8ad9ca31a8372d0c353', $zones->getBody()->result->id); } - }