Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Dec 16, 2024
1 parent 531bd08 commit a2fcf4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/darwin/dispatch_queue_event_loop.c
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,7 @@ static int s_run(struct aws_event_loop *event_loop) {
s_try_schedule_new_iteration(dispatch_loop->context, 0);
s_unlock_service_entries(dispatch_loop->context);
s_runlock_dispatch_loop_context(dispatch_loop->context);

}
}
s_unlock_cross_thread_data(dispatch_loop);

return AWS_OP_SUCCESS;
Expand Down

0 comments on commit a2fcf4d

Please sign in to comment.