From 3f7f89a1775f0524fde494b15f7ed3d0ed399a65 Mon Sep 17 00:00:00 2001 From: Elion Abdyli <53652464+elion-abdyli@users.noreply.github.com> Date: Thu, 29 Feb 2024 20:08:50 -0500 Subject: [PATCH] fix indent on line 15 (#980) --- src/rust/.devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rust/.devcontainer/devcontainer.json b/src/rust/.devcontainer/devcontainer.json index b7f480dc2..5e47092f6 100644 --- a/src/rust/.devcontainer/devcontainer.json +++ b/src/rust/.devcontainer/devcontainer.json @@ -12,7 +12,7 @@ "upgradePackages": "true" }, "ghcr.io/devcontainers/features/rust:1": "latest", - "ghcr.io/devcontainers/features/git:1": { + "ghcr.io/devcontainers/features/git:1": { "version": "latest", "ppa": "false" }