diff --git a/src/Endpoints/SSL.php b/src/Endpoints/SSL.php index 53f6c0f..fea524b 100644 --- a/src/Endpoints/SSL.php +++ b/src/Endpoints/SSL.php @@ -150,4 +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 16e5137..8519896 100644 --- a/src/Endpoints/TLS.php +++ b/src/Endpoints/TLS.php @@ -118,4 +118,4 @@ class TLS implements API } return false; } -} \ No newline at end of file +}