Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sgmurray committed Aug 12, 2024
1 parent e0c6bc2 commit 457d2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transmission_interface/test/random_generator_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ using std::vector;
struct RandomDoubleGenerator
{
public:
RandomDoubleGenerator(double min_val, double max_val, unsigned int seed=1234)
RandomDoubleGenerator(double min_val, double max_val, unsigned int seed = 1234)
: min_val_(min_val), max_val_(max_val)
{
srand(seed);
Expand Down

0 comments on commit 457d2f0

Please sign in to comment.