[Groonga-commit] groonga/express-droonga at d1a79c5 [master] Add a missing space

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jul 17 22:32:50 JST 2013


Kouhei Sutou	2013-07-17 22:32:50 +0900 (Wed, 17 Jul 2013)

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

  Message:
    Add a missing space

  Modified files:
    lib/backend/receiver.js

  Modified: lib/backend/receiver.js (+1 -1)
===================================================================
--- lib/backend/receiver.js    2013-06-20 18:54:57 +0900 (3474820)
+++ lib/backend/receiver.js    2013-07-17 22:32:50 +0900 (c14f6a4)
@@ -27,7 +27,7 @@ MsgPackReceiver.prototype.listen = function(callback) {
   if (this.port) {
     this._server.listen(this.port, callback);
   } else {
-    this._server.listen((function(){
+    this._server.listen((function() {
       this.port = this._server.address().port;
       callback();
     }).bind(this));
-------------- next part --------------
HTML����������������������������...
Download 



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