Skip to content

Commit

Permalink
add pre-commit formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor committed May 17, 2024
1 parent 9d31eb4 commit bee14fe
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@ class AsyncFunctionHandler
lock, [this] { return trigger_in_progress_ || async_update_stop_; });
if (!async_update_stop_)
{
async_update_return_ = async_function_(current_update_time_, current_update_period_);
async_update_return_ =
async_function_(current_update_time_, current_update_period_);
}
trigger_in_progress_ = false;
}
Expand Down

0 comments on commit bee14fe

Please sign in to comment.