Skip to content

Commit 242e923

Browse files
pre-commit-ci[bot]xmfcx
authored andcommitted
style(pre-commit): autofix
1 parent 6cb6ff1 commit 242e923

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

planning/scenario_selector/src/scenario_selector_node/scenario_selector_node.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,7 @@ void ScenarioSelectorNode::onParkingState(const std_msgs::msg::Bool::ConstShared
237237
bool ScenarioSelectorNode::isDataReady()
238238
{
239239
if (!current_pose_) {
240-
RCLCPP_INFO_THROTTLE(
241-
this->get_logger(), *this->get_clock(), 5000, "Waiting for current pose.");
240+
RCLCPP_INFO_THROTTLE(this->get_logger(), *this->get_clock(), 5000, "Waiting for current pose.");
242241
return false;
243242
}
244243

0 commit comments

Comments
 (0)