X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/00e1deeb862ba6895a02c7b4f1a26bef09288824..a3c5bbbbb63f05dcd3fee542b6eb1985b82d2b72:/lib/utf8.rb?ds=sidebyside

diff --git a/lib/utf8.rb b/lib/utf8.rb
index 7865d6203..613e3005e 100644
--- a/lib/utf8.rb
+++ b/lib/utf8.rb
@@ -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