Skip to content

Commit 06cbd55

Browse files
burnerjondegenhardt
authored andcommitted
Removes invalid commas (#211)
1 parent 37d6f62 commit 06cbd55

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dub.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
{
2626
"name" : "executable",
2727
"targetName": "dub_build",
28-
"mainSourceFile": "dub_build.d",
28+
"mainSourceFile": "dub_build.d"
2929
},
3030
{
3131
"name": "unittest",
32-
"targetType": "none",
32+
"targetType": "none"
3333
}
3434
],
3535
"buildTypes": {

0 commit comments

Comments
 (0)