From bdaf6cf82490498b0cefc3594ace8fa5831cb6e0 Mon Sep 17 00:00:00 2001 From: stancl Date: Fri, 20 Sep 2019 15:58:43 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/TenantClassTest.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/TenantClassTest.php b/tests/TenantClassTest.php index 0f6326ea..1ff4ebd0 100644 --- a/tests/TenantClassTest.php +++ b/tests/TenantClassTest.php @@ -1,5 +1,7 @@ makePartial(); $this->instance(StorageDriver::class, $spy); @@ -34,4 +36,4 @@ class TenantClassTest extends TestCase Mockery::close(); } -} \ No newline at end of file +}