From 6f6550381dfb28a9b88623ffb03d0cf063d7a5a0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 08:27:40 +0000 Subject: [PATCH] style(pre-commit): autofix --- ansible/roles/pre_commit/README.md | 4 ++-- ansible/roles/ros2/README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ansible/roles/pre_commit/README.md b/ansible/roles/pre_commit/README.md index 8e5fb967b82..3b753e282a0 100644 --- a/ansible/roles/pre_commit/README.md +++ b/ansible/roles/pre_commit/README.md @@ -4,8 +4,8 @@ This role installs dependent tools for [pre-commit](https://pre-commit.com/). ## Inputs -| Name | Required | Description | -| -------------------- | -------- | --------------------------- | +| Name | Required | Description | +| ------------------------------- | -------- | --------------------------- | | pre_commit_clang_format_version | false | The version of ClangFormat. | ## Manual Installation diff --git a/ansible/roles/ros2/README.md b/ansible/roles/ros2/README.md index a60593a0a9d..54fb39e0a94 100644 --- a/ansible/roles/ros2/README.md +++ b/ansible/roles/ros2/README.md @@ -16,9 +16,9 @@ $ apt-cache policy | grep universe ## Inputs -| Name | Required | Description | -| ----------------- | -------- | ------------------------------------------------ | -| rosdistro | true | The ROS distro. | +| Name | Required | Description | +| ---------------------- | -------- | ------------------------------------------------ | +| rosdistro | true | The ROS distro. | | ros2_installation_type | false | The installation type (`desktop` or `ros-base`). | ## Manual Installation