From 37b37ae82fbc2867ac759e627f53c5e6a8be687a Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 10 Jun 2009 20:00:31 +0200 Subject: whitespace --- plugins/puppet/parser/functions/strlength.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/puppet/parser/functions/strlength.rb b/plugins/puppet/parser/functions/strlength.rb index 8f93e4e..147b24a 100644 --- a/plugins/puppet/parser/functions/strlength.rb +++ b/plugins/puppet/parser/functions/strlength.rb @@ -1,6 +1,6 @@ module Puppet::Parser::Functions newfunction(:strlength, :type => :rvalue) do |args| - args[0].to_s.length + args[0].to_s.length end end -- cgit v1.2.3