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 Feb 25, 2024
1 parent cf0929a commit 3cedad2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
}
```

Expand Down

0 comments on commit 3cedad2

Please sign in to comment.