Skip to content

Commit

Permalink
minor change to meet style checker's requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Wen <lkw303@gmail.com>
  • Loading branch information
lkw303 committed Aug 11, 2021
1 parent 02baec1 commit 1a920b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rmf_fleet_adapter/src/full_control/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,8 @@ std::shared_ptr<Connections> make_fleet(
if (!connections)
return;

if (request_msg->fleet_name != fleet_name && !request_msg->fleet_name.empty())
if (request_msg->fleet_name != fleet_name &&
!request_msg->fleet_name.empty())
return;

connections->fleet->open_lanes(request_msg->open_lanes);
Expand Down

0 comments on commit 1a920b5

Please sign in to comment.