[Groonga-commit] groonga/gcs [master] Remove garbage spaces

Back to archive index

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


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

  New Revision: 5985146e0c5ea3f9ccbce2efdbdd8a81cb8c4500
  https://github.com/groonga/gcs/commit/5985146e0c5ea3f9ccbce2efdbdd8a81cb8c4500

  Log:
    Remove garbage spaces

  Modified files:
    lib/client.js

  Modified: lib/client.js (+2 -2)
===================================================================
--- lib/client.js    2012-11-09 13:10:04 +0900 (7f51e13)
+++ lib/client.js    2012-11-09 13:10:48 +0900 (ae084f5)
@@ -130,10 +130,10 @@ Client.prototype = {
     };
 
     var operation = {
-          defaults : {
+          defaults: {
             Action: action
           },
-          args : {}
+          args: {}
         };
     Object.keys(params).forEach(function(name) {
       operation.args[name] = OPTIONAL_PARAM;
-------------- next part --------------
HTML����������������������������...
Download 



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