Kaynağa Gözat

small space fixed

Paul Klumpp 11 yıl önce
ebeveyn
işleme
8bb7ce1a54
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      em_server.rb

+ 1 - 1
em_server.rb

@@ -261,7 +261,7 @@ module InterconnectionPointProtocolHandler
             if iphost =~ /^\d+\.\d+\.\d+\.\d+/
               # find country code
               c = GeoIP.new('GeoIP.dat').country(iphost)[3].to_s.downcase
-              rest.prepend " (#{c}) " unless c.nil?
+              rest.prepend " (#{c})" unless c.nil?
 
               # resolve it to a dns name
               f = Fiber.new do