[Groonga-commit] groonga/gcs [master] Add missing spaces arround '+'

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 13日 (金) 10:03:53 JST


Kouhei Sutou	2012-07-13 10:03:53 +0900 (Fri, 13 Jul 2012)

  New Revision: 5a4e9cfecd98fe615ccbe1b81d74c36f80f85d8f
  https://github.com/groonga/gcs/commit/5a4e9cfecd98fe615ccbe1b81d74c36f80f85d8f

  Log:
    Add missing spaces arround '+'

  Modified files:
    lib/database/index-field.js

  Modified: lib/database/index-field.js (+4 -4)
===================================================================
--- lib/database/index-field.js    2012-07-12 19:18:43 +0900 (13e9acd)
+++ lib/database/index-field.js    2012-07-13 10:03:53 +0900 (cccac53)
@@ -78,7 +78,7 @@ IndexField.prototype = {
       case 'literal':
         return nroonga.ShortText;
       default:
-        throw new Error('Unsupported index field type '+type+
+        throw new Error('Unsupported index field type ' + type +
                         ' for alter table');
     }
   },
@@ -91,7 +91,7 @@ IndexField.prototype = {
       case 'literal':
         return this.alterTableName;
       default:
-        throw new Error('Unsupported index field type '+fieldType);
+        throw new Error('Unsupported index field type ' + fieldType);
     }
   },
   columnTypeToFieldType: function(columnType) {
@@ -103,7 +103,7 @@ IndexField.prototype = {
       case this.alterTableName:
         return 'literal';
       default:
-        throw new Error('Unsupported column type '+columnType);
+        throw new Error('Unsupported column type ' + columnType);
     }
   },
 
@@ -134,7 +134,7 @@ IndexField.prototype = {
         return this._type = 'literal';
     }
 
-    throw new Error('unknown unfixed column '+this.columnName);
+    throw new Error('unknown unfixed column ' + this.columnName);
   },
   set type(type) {
     return this._type = type
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Télécharger 



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