Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Aug 17, 2014
1 parent a485633 commit 80ceb0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions activesupport/lib/active_support/multibyte/unicode.rb
Expand Up @@ -336,7 +336,7 @@ def load
begin
@codepoints, @composition_exclusion, @composition_map, @boundary, @cp1252 = File.open(self.class.filename, 'rb') { |f| Marshal.load f.read }
rescue => e
raise IOError.new("Couldn't load the Unicode tables for UTF8Handler (#{e.message}), ActiveSupport::Multibyte is unusable")
raise IOError.new("Couldn't load the Unicode tables for UTF8Handler (#{e.message}), ActiveSupport::Multibyte is unusable")
end

# Redefine the === method so we can write shorter rules for grapheme cluster breaks
Expand Down Expand Up @@ -385,7 +385,6 @@ def recode_windows1252_chars(string)
def database
@database ||= UnicodeDatabase.new
end

end
end
end

0 comments on commit 80ceb0b

Please sign in to comment.