Skip to content

Commit 9b298ea

Browse files
committed
Fix indent
1 parent 19c3fed commit 9b298ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/libraries/TwigTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function testDisplay()
3535
$this->assertEquals('Hello CodeIgniter!'."\n", $output);
3636
}
3737

38-
public function testAddGlobal()
38+
public function testAddGlobal()
3939
{
4040
$obj = new Twig(['paths' => __DIR__ . '/../templates/']);
4141
$obj->addGlobal('sitename', 'Twig Test Site');

0 commit comments

Comments
 (0)