diff --git a/compiler/daml-extension/snippets/daml.json b/compiler/daml-extension/snippets/daml.json index 07bf7f5bf4cb..5a1ff387f4a7 100644 --- a/compiler/daml-extension/snippets/daml.json +++ b/compiler/daml-extension/snippets/daml.json @@ -73,8 +73,7 @@ "exercise": { "prefix": "exercise", "body": [ - "${1:contractId} <- exercise ${2:contractId} ${3:Transfer} with ${4:newOwner} = ${5:value}", - "$6" + "exercise ${1:contractId} ${2:Transfer}" ] }, "let": {