File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -851,10 +851,10 @@ void DatabaseSyncLimits::LimitsEnumerator(
851851 for (const auto & mapping : kLimitMapping ) {
852852 Local<String> name;
853853 if (!String::NewFromUtf8 (isolate,
854- mapping.js_name .data (),
855- NewStringType::kNormal ,
856- mapping.js_name .size ())
857- .ToLocal (&name)) {
854+ mapping.js_name .data (),
855+ NewStringType::kNormal ,
856+ mapping.js_name .size ())
857+ .ToLocal (&name)) {
858858 return ;
859859 }
860860 names.push_back (name);
Original file line number Diff line number Diff line change @@ -91,8 +91,7 @@ class DatabaseOpenConfiguration {
9191 bool allow_bare_named_params_ = true ;
9292 bool allow_unknown_named_params_ = false ;
9393 bool defensive_ = false ;
94- std::array<std::optional<int >, kNumSqliteLimits >
95- initial_limits_;
94+ std::array<std::optional<int >, kNumSqliteLimits > initial_limits_;
9695};
9796
9897class DatabaseSync ;
You can’t perform that action at this time.
0 commit comments