Skip to content

Commit f0f0c42

Browse files
committed
Remove unnecessary spaces
1 parent eed93b7 commit f0f0c42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/parser.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
'delimiters' => array(
6060
'tag_block' => array('{%', '%}'),
6161
'tag_comment' => array('{#', '#}'),
62-
'tag_variable' => array('{{', '}}'),
62+
'tag_variable' => array('{{', '}}'),
6363
),
6464
'environment' => array(
6565
'debug' => false,
@@ -162,4 +162,4 @@
162162
),
163163
);
164164

165-
// end of file parser.php
165+
// end of file parser.php

0 commit comments

Comments
 (0)