Browse Source

fix indent

Dariusz Rumiński 11 năm trước cách đây
mục cha
commit
90004b12bc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Mustache/Engine.php

+ 1 - 1
src/Mustache/Engine.php

@@ -174,7 +174,7 @@ class Mustache_Engine
         }
 
         if (isset($options['entity_flags'])) {
-          $this->entityFlags = $options['entity_flags'];
+            $this->entityFlags = $options['entity_flags'];
         }
 
         if (isset($options['charset'])) {