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 Dec 18, 2024
1 parent 75814e6 commit 2542e55
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions src/Base/Placement.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -221,12 +221,13 @@ std::string Placement::toString()
double angle;
rot.getRawValue(axis, angle);

return fmt::format("position ({:.1f}, {:.1f}, {:.1f}), axis ({:.1f}, {:.1f}, {:.1f}), angle {:.1f}\n",
pos.x,
pos.y,
pos.z,
axis.x,
axis.y,
axis.z,
angle);
return fmt::format(
"position ({:.1f}, {:.1f}, {:.1f}), axis ({:.1f}, {:.1f}, {:.1f}), angle {:.1f}\n",
pos.x,
pos.y,
pos.z,
axis.x,
axis.y,
axis.z,
angle);
}

0 comments on commit 2542e55

Please sign in to comment.