Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Nimmer <[email protected]>
  • Loading branch information
jwnimmer-tri committed Jan 6, 2025
1 parent ef58920 commit 9b70401
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Error.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include "gz/math/detail/Error.hh"

void gz::math::detail::LogErrorMessage(const std::string& message) {
void gz::math::detail::LogErrorMessage(const std::string& message)
{
std::cerr << message << std::endl;
}

0 comments on commit 9b70401

Please sign in to comment.