[Groonga-commit] groonga/gcs [master] Remove tailing spaces

Back to archive index

Yoji SHIDARA null+****@clear*****
Tue Aug 14 14:52:28 JST 2012


Yoji SHIDARA	2012-08-14 14:52:28 +0900 (Tue, 14 Aug 2012)

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

  Log:
    Remove tailing spaces

  Modified files:
    test/gcs-commands.test.js

  Modified: test/gcs-commands.test.js (+5 -5)
===================================================================
--- test/gcs-commands.test.js    2012-08-14 14:36:52 +0900 (241a50c)
+++ test/gcs-commands.test.js    2012-08-14 14:52:28 +0900 (69d7bd1)
@@ -755,7 +755,7 @@ suite('gcs-post-sdf', function() {
   teardown(commonTeardown);
 
   var fixturesDirectory = path.join(__dirname, 'fixture', 'companies');
-  
+
   function setupDomain() {
     var domain = new Domain('companies', context);
     domain.createSync();
@@ -781,7 +781,7 @@ suite('gcs-post-sdf', function() {
                          { code:    0,
                            message:
                              'Processing: ' + batchFile + '\n' +
-                             'Detected source format for ' + 
+                             'Detected source format for ' +
                                'add.sdf.json as json\n' +
                              'Status: success\n' +
                              'Added: 10\n' +
@@ -812,7 +812,7 @@ suite('gcs-post-sdf', function() {
                          { code:    0,
                            message:
                              'Processing: ' + batchFile + '\n' +
-                             'Detected source format for ' + 
+                             'Detected source format for ' +
                                'delete.sdf.json as json\n' +
                              'Status: success\n' +
                              'Added: 0\n' +
@@ -839,7 +839,7 @@ suite('gcs-post-sdf', function() {
                          { code:    1,
                            message:
                              'Processing: ' + batchFile + '\n' +
-                             'Detected source format for ' + 
+                             'Detected source format for ' +
                                'invalid.sdf.json as json\n' +
                              'Validation failed.\n' +
                              'invalidfield: The field "unknown1" is ' +
@@ -948,5 +948,5 @@ suite('gcs-post-sdf', function() {
       .error(function(e) {
         done(e);
       });
-  });  
+  });
 });
-------------- next part --------------
HTML����������������������������...
Download 



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