summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/format.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/network/format.rb')
-rw-r--r--lib/puppet/network/format.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/network/format.rb b/lib/puppet/network/format.rb
index bdaee0fec..2b5b89279 100644
--- a/lib/puppet/network/format.rb
+++ b/lib/puppet/network/format.rb
@@ -24,7 +24,7 @@ class Puppet::Network::Format
@options = options
# This must be done early the values can be used to set required_methods
- define_method_names()
+ define_method_names
method_list = {
:intern_method => "from_#{name}",