Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored and Mehmet Emin BAŞOĞLU committed Jul 9, 2024
1 parent 7577d6f commit 7f920fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion system/autoware_component_monitor/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<depend>rclcpp</depend>
<depend>rclcpp_components</depend>

<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_cmake_ros</test_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>autoware_lint_common</test_depend>

<export>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ TEST(UnitConversions, eib_to_bytes)
EXPECT_EQ(eib_to_bytes(0), 0U);
EXPECT_EQ(eib_to_bytes(10), 11529215046068469760U);
}
} // namespace autoware::component_monitor::unit_conversions
} // namespace autoware::component_monitor::unit_conversions

0 comments on commit 7f920fc

Please sign in to comment.