Skip to content

Commit

Permalink
ci(pre-commit): autofix
Browse files Browse the repository at this point in the history
Signed-off-by: kminoda <koji.m.minoda@gmail.com>
  • Loading branch information
pre-commit-ci[bot] authored and kminoda committed Jun 7, 2022
1 parent 3969597 commit a2139ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion localization/ekf_localizer/src/ekf_localizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -768,4 +768,3 @@ double EKFLocalizer::normalizeYaw(const double & yaw) const
{
return std::atan2(std::sin(yaw), std::cos(yaw));
}

0 comments on commit a2139ac

Please sign in to comment.