[Groonga-commit] groonga/gcs [master] Remove a garbage space

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Nov 9 13:10:04 JST 2012


Kouhei Sutou	2012-11-09 13:10:04 +0900 (Fri, 09 Nov 2012)

  New Revision: e9ae0c2cfcfd6712c24fd66f4c477adf45273a63
  https://github.com/groonga/gcs/commit/e9ae0c2cfcfd6712c24fd66f4c477adf45273a63

  Log:
    Remove a garbage space

  Modified files:
    lib/client.js

  Modified: lib/client.js (+1 -1)
===================================================================
--- lib/client.js    2012-11-09 13:09:19 +0900 (2eae54f)
+++ lib/client.js    2012-11-09 13:10:04 +0900 (7f51e13)
@@ -90,7 +90,7 @@ Client.prototype = {
       var port = options.port;
       service.addExtras = function(options, args) {
         options.protocol = self.protocol || 'http';
-        options.port =  port;
+        options.port = port;
       };
     }
     service.extractBody = function(options, args) {
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index