From c44a26fa35952fbd5099988434cf2689ecc9ccd7 Mon Sep 17 00:00:00 2001 From: Michael Markoski Date: Sat, 25 May 2019 15:29:12 -0500 Subject: [PATCH] remove whitespace at class end --- src/Endpoints/Crypto.php | 2 +- src/Endpoints/SSL.php | 3 +-- src/Endpoints/TLS.php | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/Endpoints/Crypto.php b/src/Endpoints/Crypto.php index e785c54..7c85e2a 100644 --- a/src/Endpoints/Crypto.php +++ b/src/Endpoints/Crypto.php @@ -92,4 +92,4 @@ class Crypto implements API } return false; } -} +} \ No newline at end of file diff --git a/src/Endpoints/SSL.php b/src/Endpoints/SSL.php index ae3c859..53f6c0f 100644 --- a/src/Endpoints/SSL.php +++ b/src/Endpoints/SSL.php @@ -150,5 +150,4 @@ class SSL implements API } return false; } - -} +} \ No newline at end of file diff --git a/src/Endpoints/TLS.php b/src/Endpoints/TLS.php index ec08ed2..16e5137 100644 --- a/src/Endpoints/TLS.php +++ b/src/Endpoints/TLS.php @@ -118,5 +118,4 @@ class TLS implements API } return false; } - -} +} \ No newline at end of file