[Groonga-commit] groonga/gcs [master] Remove a needless space before '; '

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 21日 (木) 17:18:58 JST


Kouhei Sutou	2012-06-21 17:18:58 +0900 (Thu, 21 Jun 2012)

  New Revision: fd2fa4e3149a53873fa59573fa2465edacc7d2f4
  https://github.com/groonga/gcs/commit/fd2fa4e3149a53873fa59573fa2465edacc7d2f4

  Log:
    Remove a needless space before ';'

  Modified files:
    lib/api/2011-02-01/configuration.js

  Modified: lib/api/2011-02-01/configuration.js (+1 -1)
===================================================================
--- lib/api/2011-02-01/configuration.js    2012-06-21 17:13:21 +0900 (18d06b2)
+++ lib/api/2011-02-01/configuration.js    2012-06-21 17:18:58 +0900 (6f121df)
@@ -84,7 +84,7 @@ handlers.CreateDomain = function(database, request, response) {
     })
     .next(function(data) {
       var host = getBaseDomain(request.headers.host);
-      host = host ? '.' + host : '' ;
+      host = host ? '.' + host : '';
       response.contentType('application/xml');
       response.send(createCreateDomainResponse({
         domainName: domain.name,
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Descargar 



Groonga-commit メーリングリストの案内
Back to archive index