From e0c2ff2a09536c5680cc40a6c0a4c41b44fdc580 Mon Sep 17 00:00:00 2001 From: Jessica Mauerhan Date: Thu, 6 Oct 2016 11:10:40 -0400 Subject: [PATCH] Fix code style --- tests/Generator/SodiumRandomGeneratorTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Generator/SodiumRandomGeneratorTest.php b/tests/Generator/SodiumRandomGeneratorTest.php index b421d3c..d118fd3 100644 --- a/tests/Generator/SodiumRandomGeneratorTest.php +++ b/tests/Generator/SodiumRandomGeneratorTest.php @@ -57,5 +57,4 @@ class SodiumRandomGeneratorTest extends TestCase $generator = new SodiumRandomGenerator(); $generator->generate(10); } - }