Skip to content

Commit

Permalink
ci(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 11, 2024
1 parent 343ce4c commit 3860578
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions common_sensor_launch/launch/spinnaker.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ def load_composable_node_param(param_path):
"camera_info_url"
),
},
{
"use_image_tranport": LaunchConfiguration("use_image_tranport")
}
{"use_image_tranport": LaunchConfiguration("use_image_tranport")},

Check warning on line 70 in common_sensor_launch/launch/spinnaker.launch.py

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (tranport)

Check warning on line 70 in common_sensor_launch/launch/spinnaker.launch.py

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (tranport)
],
extra_arguments=[{"use_intra_process_comms": LaunchConfiguration("use_intra_process")}],
),
Expand Down

0 comments on commit 3860578

Please sign in to comment.