Browse Source

remove trailing comma

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 1 year ago
parent
commit
6c12d14cec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .devcontainer/devcontainer.json

+ 1 - 1
.devcontainer/devcontainer.json

@@ -1,4 +1,4 @@
 {
 {
 	"name": "NextcloudAndroid",
 	"name": "NextcloudAndroid",
-	"dockerFile": "Dockerfile",
+	"dockerFile": "Dockerfile"
 }
 }