Skip to content

Commit 65a46da

Browse files
authored
Update snippets.json
1 parent f461f95 commit 65a46da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/snippets.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
},
7474
"codecommit-repository": {
7575
"prefix": "codecommit-repository",
76-
"body": "\r\n\"${1:cloudWatchAlarm}\": {\r\n \"Type\": \"AWS::CodeCommit::Repository\",\r\n \"Properties\": {\r\n \"RepositoryDescription\": \"${2}\",\r\n \"RepositoryName\": \"${3}\",\r\n \"Triggers\": [ \"${4}\" ],\r\n,
76+
"body": "\r\n\"${1:cloudWatchAlarm}\": {\r\n \"Type\": \"AWS::CodeCommit::Repository\",\r\n \"Properties\": {\r\n \"RepositoryDescription\": \"${2}\",\r\n \"RepositoryName\": \"${3}\",\r\n \"Triggers\": [ \"${4}\" ],\r\n }\r\n}\r\n",
7777
"description": "",
7878
"scope": "source.cloudformation"
7979
},

0 commit comments

Comments
 (0)