Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
  • Loading branch information
luca-della-vedova committed Jul 10, 2024
1 parent c65b0fb commit dc3bf66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colcon_ros_cargo/task/ament_cargo/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def _build_cmd(self, cargo_args):
] + cargo_args

# Installation is done by cargo ament-build
def _install_cmd(self, cargo_args): #noqa: D102
def _install_cmd(self, cargo_args): # noqa: D102
pass


Expand Down

0 comments on commit dc3bf66

Please sign in to comment.