summaryrefslogtreecommitdiffstats
path: root/lib/puppet/network/format_handler.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/network/format_handler.rb')
-rw-r--r--lib/puppet/network/format_handler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/network/format_handler.rb b/lib/puppet/network/format_handler.rb
index c21979ea4..70e33a054 100644
--- a/lib/puppet/network/format_handler.rb
+++ b/lib/puppet/network/format_handler.rb
@@ -55,7 +55,7 @@ module Puppet::Network::FormatHandler
@formats.each do |name, format|
return format if format.extension == ext
end
- return nil
+ nil
end
# Provide a list of all formats.