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 esteve committed Mar 27, 2024
1 parent dc117d4 commit 6f1f03d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion planning/static_centerline_optimizer/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ int main(int argc, char * argv[])
// initialize node
rclcpp::NodeOptions node_options;
auto node =
std::make_shared<autoware::static_centerline_optimizer::StaticCenterlineOptimizerNode>(node_options);
std::make_shared<autoware::static_centerline_optimizer::StaticCenterlineOptimizerNode>(
node_options);

// get ros parameter
const bool run_background = node->declare_parameter<bool>("run_background");
Expand Down

0 comments on commit 6f1f03d

Please sign in to comment.