summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/functions.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/parser/functions.rb')
-rw-r--r--lib/puppet/parser/functions.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/puppet/parser/functions.rb b/lib/puppet/parser/functions.rb
index b9e49131c..0434e9b48 100644
--- a/lib/puppet/parser/functions.rb
+++ b/lib/puppet/parser/functions.rb
@@ -113,8 +113,8 @@ module Functions
if @functions.include? name
case @functions[name][:type]
- when :statement: return false
- when :rvalue: return true
+ when :statement; return false
+ when :rvalue; return true
end
else
return false