Skip to content

Commit 6371c7a

Browse files
authored
Fix bad indent (#475)
Looks like this repo could use some linters as githooks and Actions.
1 parent c087e36 commit 6371c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"ghcr.io/devcontainers/features/python:1": "none",
1515
"ghcr.io/devcontainers/features/node:1": "none",
16-
"ghcr.io/devcontainers/features/git:1": {
16+
"ghcr.io/devcontainers/features/git:1": {
1717
"version": "latest",
1818
"ppa": "false"
1919
}

0 commit comments

Comments
 (0)