浏览代码

small space fixed

Paul Klumpp 12 年之前
父节点
当前提交
8bb7ce1a54
共有 1 个文件被更改,包括 1 次插入1 次删除
  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