Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 6, 2025
1 parent 7b76e92 commit 5c47d1b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/pinocchio/math/multiprecision.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ namespace Eigen
static int digits10()
{
return digits10_imp(
boost::mpl::bool_ < std::numeric_limits<Real>::digits10
&& (std::numeric_limits<Real>::digits10 != INT_MAX)
? true
: false > ());
boost::mpl::bool_<
std::numeric_limits<Real>::digits10 && (std::numeric_limits<Real>::digits10 != INT_MAX)
? true
: false>());
}

constexpr static inline int digits()
Expand Down

0 comments on commit 5c47d1b

Please sign in to comment.