Fix code style

This commit is contained in:
Aaron Piotrowski 2018-01-22 17:36:50 -06:00
parent d2b9c03318
commit 4cbdddd052
No known key found for this signature in database
GPG Key ID: ADD1EF783EDE9EEB

View File

@ -36,5 +36,4 @@ class ChannelParserTest extends TestCase {
$parser = new ChannelParser($this->createCallback(0));
$parser->push($data);
}
}