Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Nov 23, 2017
1 parent 36c1b32 commit f97e5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Phug/PhugAliasTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function testRenderFile()
{
self::assertSame(
'<p>Hello world!</p>',
\Phug::renderFile(__DIR__ . '/../templates/test.pug')
\Phug::renderFile(__DIR__.'/../templates/test.pug')
);
}
}

0 comments on commit f97e5b2

Please sign in to comment.