Skip to content

Commit d098409

Browse files
committed
IHF: StyleCI thanks.
1 parent 41d1772 commit d098409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ExampleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ class ExampleTest extends TestCase
55
/** @test */
66
public function it_calculates_2_on_2()
77
{
8-
$this->assertEquals(4, 2*2);
8+
$this->assertEquals(4, 2 * 2);
99
}
1010
}

0 commit comments

Comments
 (0)