Skip to content

Commit c2b0ca6

Browse files
committed
Remove space inside hash
1 parent 4a85a7c commit c2b0ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/babosa/transliterator/spanish.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module Babosa
44
module Transliterator
55
class Spanish < Latin
6-
APPROXIMATIONS = { "ñ" => "ni", "Ñ" => "Ni" }.freeze
6+
APPROXIMATIONS = {"ñ" => "ni", "Ñ" => "Ni"}.freeze
77
end
88
end
99
end

0 commit comments

Comments
 (0)