[Groonga-commit] groonga/gcs [master] Add a missing space between "catch" and "("

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 27日 (金) 18:52:59 JST


Kouhei Sutou	2012-07-27 18:52:59 +0900 (Fri, 27 Jul 2012)

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

  Log:
    Add a missing space between "catch" and "("

  Modified files:
    test/batch-processor.test.js
    test/test-utils.js

  Modified: test/batch-processor.test.js (+1 -1)
===================================================================
--- test/batch-processor.test.js    2012-07-27 18:52:23 +0900 (e4f236b)
+++ test/batch-processor.test.js    2012-07-27 18:52:59 +0900 (8c95231)
@@ -106,7 +106,7 @@ suite('batch/processor/Processor (instance methods)', function() {
     assert.throw(function() {
       try {
         processor.validate(batches);
-      } catch(error) {
+      } catch (error) {
         actualError = error;
         throw error;
       }

  Modified: test/test-utils.js (+1 -1)
===================================================================
--- test/test-utils.js    2012-07-27 18:52:23 +0900 (db24971)
+++ test/test-utils.js    2012-07-27 18:52:59 +0900 (78272d9)
@@ -145,7 +145,7 @@ function XMLStringToJSON(xml) {
   });
   try {
     parser.parseString(xml);
-  } catch(e) {
+  } catch (e) {
     console.log(xml);
     throw e;
   }
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
下载 



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