Skip to content

Commit 125c651

Browse files
committed
format
1 parent 666dc35 commit 125c651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ik_solvers/include/ik_solvers/task_priority_solver.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class Constraint
4747
: primal_(std::move(primal)),
4848
constraint_(std::move(constraint)),
4949
priority_(priority),
50-
gain_(gain){};
50+
gain_(gain) {};
5151

5252
/// Destructor.
5353
virtual ~Constraint() = default;

0 commit comments

Comments
 (0)