[Groonga-commit] groonga/express-droonga at 256c3db [master] Fix style

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Jul 20 19:19:25 JST 2013


Kouhei Sutou	2013-07-20 19:19:25 +0900 (Sat, 20 Jul 2013)

  New Revision: 256c3db6f0ef3699b0845c2ed9c9783e2e150c22
  https://github.com/groonga/express-droonga/commit/256c3db6f0ef3699b0845c2ed9c9783e2e150c22

  Message:
    Fix style
    
    Remove needless a space between "function" and "(".

  Modified files:
    test/backend-connection.test.js

  Modified: test/backend-connection.test.js (+1 -1)
===================================================================
--- test/backend-connection.test.js    2013-07-20 19:15:01 +0900 (35baba8)
+++ test/backend-connection.test.js    2013-07-20 19:19:25 +0900 (4818a37)
@@ -441,7 +441,7 @@ suite('Connection', function() {
           var deferred = new Deferred();
           connection.emitMessage('test', { message: true }, null,
                                  {
-                                   emittedCallback: function () {
+                                   emittedCallback: function() {
                                      deferred.call();
                                    }
                                  });
-------------- next part --------------
HTML����������������������������...
Download 



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