Commit 43c482b 1 parent 054dd28 commit 43c482b Copy full SHA for 43c482b
File tree 1 file changed +4
-4
lines changed
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() {
120
120
121
121
// Remember to keep this code aligned with pushAsyncIds() in JS.
122
122
inline void Environment::AsyncHooks::push_async_ids (double async_id,
123
- double trigger_async_id) {
123
+ double trigger_async_id) {
124
124
// Since async_hooks is experimental, do only perform the check
125
125
// when async_hooks is enabled.
126
126
if (fields_[kCheck ] > 0 ) {
@@ -533,9 +533,9 @@ inline void Environment::set_fs_stats_field_array(double* fields) {
533
533
}
534
534
535
535
void 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) {
539
539
native_immediate_callbacks_.push_back ({
540
540
cb,
541
541
data,
You can’t perform that action at this time.
0 commit comments