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] committed Jan 17, 2024
1 parent 40faf92 commit 8737af1
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ def launch_setup(context, *args, **kwargs):
package="rclcpp_components",
executable=LaunchConfiguration("container_executable"),
composable_node_descriptions=[],
condition=UnlessCondition(
LaunchConfiguration("use_pointcloud_container")
),
condition=UnlessCondition(LaunchConfiguration("use_pointcloud_container")),
output="screen",
)

Expand Down

0 comments on commit 8737af1

Please sign in to comment.