Skip to content

Commit

Permalink
Code style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rudowastaken committed Aug 10, 2020
1 parent faf1849 commit 2b3118b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Printer.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

use PHPUnit\Framework\Test;
use PHPUnit\Framework\Warning;
use PHPUnit\TextUI\DefaultResultPrinter;
use PHPUnit\Util\Test as UtilTest;
use PHPUnit\TextUI\DefaultResultPrinter;
use PHPUnit\Framework\AssertionFailedError;

class Printer extends DefaultResultPrinter
Expand Down

0 comments on commit 2b3118b

Please sign in to comment.