summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/warnings.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/util/warnings.rb')
-rw-r--r--lib/puppet/util/warnings.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/util/warnings.rb b/lib/puppet/util/warnings.rb
index 3156b412c..355010842 100644
--- a/lib/puppet/util/warnings.rb
+++ b/lib/puppet/util/warnings.rb
@@ -11,7 +11,7 @@ module Puppet::Util::Warnings
Puppet::Util::Warnings.maybe_log(msg, self.class) { Puppet.warning msg }
end
- def clear_warnings()
+ def clear_warnings
@stampwarnings = {}
nil
end