From 4a115077171428e708cae99a4599814b3b0878a9 Mon Sep 17 00:00:00 2001 From: Aaron Francis Date: Wed, 4 Aug 2021 16:27:52 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- tests/HashCalculationTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/HashCalculationTest.php b/tests/HashCalculationTest.php index 3ac34fb..cd1c88c 100644 --- a/tests/HashCalculationTest.php +++ b/tests/HashCalculationTest.php @@ -69,6 +69,5 @@ public function it_gets_sorted() $hash2 = (new HashGenerator)->generate(); $this->assertEquals($hash1, $hash2); - } }