Remove blank line

This commit is contained in:
Oliver Davies 2018-06-01 19:44:58 +01:00
parent 0ca7436297
commit 5dd94e2852

View file

@ -58,7 +58,6 @@ class FilterTest extends TestCase
['from' => ['foo@example.com', 'bar@example.com']],
$this->filter->from(['foo@example.com', 'bar@example.com'])->toArray()
);
}
/**