File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ inline Environment* Environment::AsyncHooks::env() {
120120
121121// Remember to keep this code aligned with pushAsyncIds() in JS.
122122inline void Environment::AsyncHooks::push_async_ids (double async_id,
123- double trigger_async_id) {
123+ double trigger_async_id) {
124124 // Since async_hooks is experimental, do only perform the check
125125 // when async_hooks is enabled.
126126 if (fields_[kCheck ] > 0 ) {
@@ -533,9 +533,9 @@ inline void Environment::set_fs_stats_field_array(double* fields) {
533533}
534534
535535void Environment::CreateImmediate (native_immediate_callback cb,
536- void * data,
537- v8::Local<v8::Object> obj,
538- bool ref) {
536+ void * data,
537+ v8::Local<v8::Object> obj,
538+ bool ref) {
539539 native_immediate_callbacks_.push_back ({
540540 cb,
541541 data,
You can’t perform that action at this time.
0 commit comments