Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sporchia committed May 3, 2020
1 parent 2d5d976 commit 1629d0e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/MinimumSpanningTree/Prim.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace PHGraph\MinimumSpanningTree;

use Exception;
use PHGraph\Contracts\MinimumSpanningTree;
use PHGraph\Graph;
use RuntimeException;
Expand Down
1 change: 0 additions & 1 deletion tests/MinimumSpanningTree/PrimTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ public function testInstantiation(): void
$this->assertInstanceOf(Prim::class, new Prim(new Graph));
}


/**
* @covers PHGraph\MinimumSpanningTree\Prim::__construct
*
Expand Down

0 comments on commit 1629d0e

Please sign in to comment.