diff --git a/.devcontainer/.vscode/launch.json b/.devcontainer/.vscode/launch.json index d1181e0cec0..6de90ce09d5 100644 --- a/.devcontainer/.vscode/launch.json +++ b/.devcontainer/.vscode/launch.json @@ -37,4 +37,4 @@ }, }, ], -} \ No newline at end of file +} diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ddcde1e9319..fee3ec85c15 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -33,4 +33,4 @@ ], "updateContentCommand": "./configure", "postCreateCommand": "make -C .devcontainer/", -} \ No newline at end of file +}