[Groonga-commit] groonga/gcs-console [master] Insert spaces around + operator

Back to archive index

Yoji SHIDARA null+****@clear*****
Thu Oct 18 15:57:07 JST 2012


Yoji SHIDARA	2012-10-18 15:57:07 +0900 (Thu, 18 Oct 2012)

  New Revision: ab4e49ddd7487a287b2c5c09f2c3e25266e90a9a
  https://github.com/groonga/gcs-console/commit/ab4e49ddd7487a287b2c5c09f2c3e25266e90a9a

  Log:
    Insert spaces around + operator

  Modified files:
    routes/index.js

  Modified: routes/index.js (+1 -1)
===================================================================
--- routes/index.js    2012-10-18 15:55:24 +0900 (085733b)
+++ routes/index.js    2012-10-18 15:57:07 +0900 (824aa07)
@@ -169,7 +169,7 @@ exports.domainCreatePost = function(req, res) {
 
     var domainCreated = data.Body.CreateDomainResponse.CreateDomainResult.DomainStatus;
     req.flash('info', 'Domain successfully created');
-    res.redirect('/domain/'+domainCreated.DomainName);
+    res.redirect('/domain/' + domainCreated.DomainName);
   });
 };
 
-------------- next part --------------
HTML����������������������������...
下载 



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