Skip to content

Commit b8bc9f1

Browse files
committed
Apply clang-format
1 parent 04f0e09 commit b8bc9f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/src/potentials/tangential_potential.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ void define_tangential_potential(py::module_& m)
9090
py::overload_cast<
9191
const TangentialCollision&, const VectorMax12d&,
9292
const VectorMax12d&, const VectorMax12d&,
93-
const NormalPotential&, const double, const double,
94-
const bool>(&TangentialPotential::force, py::const_),
93+
const NormalPotential&, const double, const double, const bool>(
94+
&TangentialPotential::force, py::const_),
9595
R"ipc_Qu8mg5v7(
9696
Compute the friction force.
9797

0 commit comments

Comments
 (0)