Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Aug 5, 2024
1 parent 59e4585 commit 1c2ffc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ struct Builders {
StepPositionBuilder<double> step_position;
StepMomentumBuilder<double> step_momentum;

Builders(const std::unordered_set<std::string>& fields) : fields(fields){};
Builders(const std::unordered_set<std::string>& fields) : fields(fields) {};
};


Expand Down

0 comments on commit 1c2ffc4

Please sign in to comment.