From 3cedad295f5a0766f020834c3b4a5d52aeb18cbd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 00:07:47 +0000 Subject: [PATCH] style(pre-commit): autofix --- docker/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/README.md b/docker/README.md index f9186843b22..2353270ced6 100644 --- a/docker/README.md +++ b/docker/README.md @@ -131,12 +131,12 @@ To prevent this error occurring when rocker is not used, there are two suggested { "name": "Autoware", "build": { - "dockerfile": "Dockerfile" + "dockerfile": "Dockerfile", }, "remoteUser": "autoware", "settings": { - "terminal.integrated.defaultProfile.linux": "bash" - } + "terminal.integrated.defaultProfile.linux": "bash", + }, } ```