Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
Dgame authored and StyleCIBot committed Apr 4, 2018
1 parent 02338fb commit f8a1a10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/EnsuranceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ public function testEnsurance(): void
}

public function testIsEven(): void
{
$this->assertEquals('foo', ensure(42)->isEven()->then('foo'));
}
{
$this->assertEquals('foo', ensure(42)->isEven()->then('foo'));
}

public function testIsOdd(): void
{
Expand Down

0 comments on commit f8a1a10

Please sign in to comment.