From fd17c57b6231bfc719376a20297896165d1580c0 Mon Sep 17 00:00:00 2001 From: "Benedict E. Pranata" Date: Thu, 12 Sep 2019 14:36:55 +0700 Subject: [PATCH] Remove tab character Line 249 --- src/Endpoints/Zones.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Endpoints/Zones.php b/src/Endpoints/Zones.php index c1338e4..03773c2 100644 --- a/src/Endpoints/Zones.php +++ b/src/Endpoints/Zones.php @@ -246,5 +246,5 @@ class Zones implements API } return false; - } + } }