whitespace

This commit is contained in:
mh 2009-06-10 20:00:31 +02:00 committed by Micah Anderson
parent 91ea4d11ae
commit 37b37ae82f

View file

@ -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