fixed formatting

This commit is contained in:
Ilja Lukin 2018-11-23 21:27:28 +01:00 committed by GitHub
commit fa2f89a0cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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));
}
}