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