[Groonga-commit] droonga/express-droonga at 7c39e49 [master] Fix indent

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Oct 11 17:21:01 JST 2013


YUKI Hiroshi	2013-10-11 17:21:01 +0900 (Fri, 11 Oct 2013)

  New Revision: 7c39e492e8246630898e626cf61d0b3b2a239168
  https://github.com/droonga/express-droonga/commit/7c39e492e8246630898e626cf61d0b3b2a239168

  Message:
    Fix indent

  Modified files:
    test/droonga-protocol/connection.test.js

  Modified: test/droonga-protocol/connection.test.js (+1 -1)
===================================================================
--- test/droonga-protocol/connection.test.js    2013-10-11 17:20:02 +0900 (80575e8)
+++ test/droonga-protocol/connection.test.js    2013-10-11 17:21:01 +0900 (2409580)
@@ -114,7 +114,7 @@ suite('Connection', function() {
         var objectMessage = connection.emitMessage('object', { command: 'foobar' });
         assert.envelopeEqual(objectMessage,
                              utils.createExpectedEnvelope('object',
-                                                    { command: 'foobar' }));
+                                                          { command: 'foobar' }));
 
         var stringMessage = connection.emitMessage('string', 'string');
         assert.envelopeEqual(stringMessage,
-------------- next part --------------
HTML����������������������������...
Download 



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