Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
TakanoTaiga committed Oct 3, 2024
1 parent 3c82da8 commit 92068f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ MiscObjectEntity::MiscObjectEntity(
{
}

auto MiscObjectEntity::onUpdate(const double /*current_time*/, const double ) -> void
auto MiscObjectEntity::onUpdate(const double /*current_time*/, const double) -> void
{
setTwist(geometry_msgs::msg::Twist());
setAcceleration(geometry_msgs::msg::Accel());
Expand Down

0 comments on commit 92068f3

Please sign in to comment.