Skip to content

Commit

Permalink
Update parameter_library_header
Browse files Browse the repository at this point in the history
  • Loading branch information
KentaKato authored Jun 18, 2024
1 parent 88a4f64 commit d0d52f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ struct StackParams {
return params_;
}

bool try_get_params(Params & params_in) const{
bool try_get_params(Params & params_in) const {
if (mutex_.try_lock()) {
if (const bool is_old = params_in.__stamp != params_.__stamp; is_old) {
params_in = params_;
Expand Down

0 comments on commit d0d52f7

Please sign in to comment.