Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Jan 27, 2019
1 parent 2d8a3ed commit 893be5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/BufferingParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

use Amp\Http\Server\Driver\Client;
use Amp\Http\Server\Request;
use function Amp\Promise\wait;
use League\Uri\Http;
use PHPUnit\Framework\TestCase;
use function Amp\Promise\wait;

class BufferingParserTest extends TestCase
{
Expand All @@ -18,5 +18,4 @@ public function testIssue6()

$this->assertSame('&', $form->getValue('foobar'));
}

}

0 comments on commit 893be5e

Please sign in to comment.