From 5f57b871aa5893b918ebe2e9a52b4eefe3b8bff3 Mon Sep 17 00:00:00 2001 From: Michael Markoski Date: Sat, 25 May 2019 15:37:34 -0500 Subject: [PATCH] remove new lines --- tests/Endpoints/CryptoTest.php | 1 - tests/Endpoints/SSLTest.php | 1 - 2 files changed, 2 deletions(-) diff --git a/tests/Endpoints/CryptoTest.php b/tests/Endpoints/CryptoTest.php index 39dbe5e..6f617fd 100644 --- a/tests/Endpoints/CryptoTest.php +++ b/tests/Endpoints/CryptoTest.php @@ -79,5 +79,4 @@ class CryptoTest extends TestCase $this->assertTrue($result); } - } diff --git a/tests/Endpoints/SSLTest.php b/tests/Endpoints/SSLTest.php index 2f0ca62..b29a97e 100644 --- a/tests/Endpoints/SSLTest.php +++ b/tests/Endpoints/SSLTest.php @@ -138,5 +138,4 @@ class SSLTest extends TestCase $this->assertTrue($result); } - }