Skip to content

Commit 792e43c

Browse files
TewanStefanH-AT
authored andcommitted
Fix trailing quotes on body snippet
1 parent 8a55610 commit 792e43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/qc-snippets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"Body": {
2424
"prefix": "$body",
2525
"body": [
26-
"\\$body \"${1:body}\" \"${2}.${3|dmx,smd|}"
26+
"\\$body \"${1:body}\" \"${2}.${3|dmx,smd|}\""
2727
],
2828
"description": "Define the main body mesh"
2929
},

0 commit comments

Comments
 (0)