From d1447860629ade56b4fa5fba6a06e8e11fd30027 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:45:28 +0000 Subject: [PATCH] style(pre-commit): autofix --- colcon-build/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colcon-build/README.md b/colcon-build/README.md index 7ed0ba04..92fd5151 100644 --- a/colcon-build/README.md +++ b/colcon-build/README.md @@ -31,7 +31,7 @@ jobs: ## Inputs | Name | Required | Description | -|------------------------------|----------|-------------------------------------------------------------------------------------------------------------------------| +| ---------------------------- | -------- | ----------------------------------------------------------------------------------------------------------------------- | | rosdistro | true | ROS distro. | | target-packages | true | The target packages to build. | | build-depends-repos | false | The `.repos` file that includes build dependencies. |