Skip to content

Commit

Permalink
whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Oct 9, 2018
1 parent 6e5608c commit 6de3394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CodegenShapeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function testImplicitSubtyping(): void {
)
->setAllowsSubtyping(true);

expect_with_context(static::class, $shape->render())->toBeUnchanged();
expect_with_context(static::class, $shape->render())->toBeUnchanged();

}

Expand Down

0 comments on commit 6de3394

Please sign in to comment.