Skip to content

Commit

Permalink
Remove empty space
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelRodo committed Dec 9, 2024
1 parent d90b6aa commit b7be25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"ghcr.io/devcontainers-contrib/features/vscode-cli:1": {},
"ghcr.io/devcontainers-contrib/features/apt-get-packages:1": {
"packages": "xvfb,vim,libcurl4-openssl-dev,,libsecret-1-dev"
"packages": "xvfb,vim,libcurl4-openssl-dev,libsecret-1-dev"
},
"ghcr.io/rocker-org/devcontainer-features/quarto-cli:1": {
"installTinyTex": true
Expand Down

0 comments on commit b7be25a

Please sign in to comment.