Skip to content

Commit 1b4963b

Browse files
Remove trailing space
1 parent 0aca495 commit 1b4963b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/TwigBundle/Tests/Loader/FilesystemLoaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function testTwigErrorIfTemplateDoesNotExist()
115115
$method->setAccessible(true);
116116
$method->invoke($loader, 'name.format.engine');
117117
}
118-
118+
119119
public function testTwigSoftErrorIfTemplateDoesNotExist()
120120
{
121121
$parser = $this->getMock('Symfony\Component\Templating\TemplateNameParserInterface');

0 commit comments

Comments
 (0)