tab to space

This commit is contained in:
Ari Lazier 2016-04-29 13:11:19 -07:00
parent 950b75fd2f
commit 5a9e24cb06
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ void Realm<T>::constructor(ContextType ctx, ObjectType this_object, size_t argc,
config.schema_version = 0;
}
static const String migration_string = "migration";
static const String migration_string = "migration";
ValueType migration_value = Object::get_property(ctx, object, migration_string);
if (!Value::is_undefined(ctx, migration_value)) {
FunctionType migration_function = Value::validated_to_function(ctx, migration_value, "migration");