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 @@ -121,7 +121,7 @@ inline Environment* Environment::AsyncHooks::env() {
121121
122122// Remember to keep this code aligned with pushAsyncIds() in JS.
123123inline void Environment::AsyncHooks::push_async_ids (double async_id,
124- double trigger_async_id) {
124+ double trigger_async_id) {
125125 // Since async_hooks is experimental, do only perform the check
126126 // when async_hooks is enabled.
127127 if (fields_[kCheck ] > 0 ) {
@@ -498,9 +498,9 @@ Environment::file_handle_read_wrap_freelist() {
498498}
499499
500500void Environment::CreateImmediate (native_immediate_callback cb,
501- void * data,
502- v8::Local<v8::Object> obj,
503- bool ref) {
501+ void * data,
502+ v8::Local<v8::Object> obj,
503+ bool ref) {
504504 native_immediate_callbacks_.push_back ({
505505 cb,
506506 data,
You can’t perform that action at this time.
0 commit comments