]> git.openstreetmap.org Git - rails.git/blobdiff - lib/utf8.rb
Fix new rubocop warnings
[rails.git] / lib / utf8.rb
index 7865d62039566855efc105f54b7682d18974cd46..613e3005ea68aedf5815f0c37e023fda557ced8d 100644 (file)
@@ -4,6 +4,7 @@ module UTF8
   # using the iconv library, which is in the standard library.
   def self.valid?(str)
     return true if str.nil?
+
     str.valid_encoding?
   end
 end