Skip to content

Commit

Permalink
Tweak style again
Browse files Browse the repository at this point in the history
Signed-off-by: Michael X. Grey <mxgrey@intrinsic.ai>
  • Loading branch information
mxgrey committed Sep 23, 2024
1 parent 792977a commit 856d63e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rmf_building_sim_gz_plugins/src/lift.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -458,11 +458,11 @@ class LiftPlugin
cur_lift_cmd.session_id != msg->session_id)
{
gzwarn << "Discarding request to go to ["
<< msg->destination_floor
<< "] for [" << msg->session_id << "]. Lift ["
<< msg->lift_name << "] is busy going to ["
<< cur_lift_cmd.destination_floor << "] for ["
<< cur_lift_cmd.session_id << "]" << std::endl;
<< msg->destination_floor
<< "] for [" << msg->session_id << "]. Lift ["
<< msg->lift_name << "] is busy going to ["
<< cur_lift_cmd.destination_floor << "] for ["
<< cur_lift_cmd.session_id << "]" << std::endl;
return;
}
}
Expand Down

0 comments on commit 856d63e

Please sign in to comment.