diff --git a/test/Mustache/Test/FiveThree/Functional/PartialLambdaIndentTest.php b/test/Mustache/Test/FiveThree/Functional/PartialLambdaIndentTest.php index c96a9fd..8fcfc04 100644 --- a/test/Mustache/Test/FiveThree/Functional/PartialLambdaIndentTest.php +++ b/test/Mustache/Test/FiveThree/Functional/PartialLambdaIndentTest.php @@ -87,7 +87,7 @@ class Mustache_Test_FiveThree_Functional_ClassWithLambda public function placeholder() { - return function() { + return function () { return 'Enter your name'; }; }