From fa2f89a0cff64267c67c1e2b6e6f798f7ce45bae Mon Sep 17 00:00:00 2001 From: Ilja Lukin <41321551+iljalukin@users.noreply.github.com> Date: Fri, 23 Nov 2018 21:27:28 +0100 Subject: [PATCH] fixed formatting --- tests/Unit/Filters/Frame/CustomFrameFilterTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Unit/Filters/Frame/CustomFrameFilterTest.php b/tests/Unit/Filters/Frame/CustomFrameFilterTest.php index 5308b87..69a6665 100644 --- a/tests/Unit/Filters/Frame/CustomFrameFilterTest.php +++ b/tests/Unit/Filters/Frame/CustomFrameFilterTest.php @@ -12,6 +12,6 @@ class CustomFrameFilterTest extends TestCase $frame = $this->getFrameMock(); $filter = new CustomFrameFilter('whatever i put would end up as a filter'); - $this->assertEquals(array('-vf', 'whatever i put would end up as a filter'), $filter->apply($frame)); + $this->assertEquals(array('-vf', 'whatever i put would end up as a filter'), $filter->apply($frame)); } }