mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53780 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
73ab88994f
commit
60c7061770
1 changed files with 2 additions and 2 deletions
|
@ -215,8 +215,8 @@ class CaseMapping
|
|||
to = Array(to).map {|i| "%04X" % i}.join(" ")
|
||||
item = @mappings[from]
|
||||
if item
|
||||
flags += '|U' if to==item.upper
|
||||
flags += '|D' if to==item.lower
|
||||
flags += '|U' if to==item.upper
|
||||
flags += '|D' if to==item.lower
|
||||
end
|
||||
flags
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue