Skip to content

Commit

Permalink
make formatting consistent with existing snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
jflairie committed Apr 25, 2020
1 parent b2d5332 commit b5b766e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vscode-dbt/snippets/snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
"For (Dict)": {
"prefix": "for dict",
"body": [
"{%- for ${1:key}, ${2:value} in ${3:dict}.items() %}",
" $4",
"{%- endfor %}"
"{% for ${1:key}, ${2:value} in ${3:dict}.items() %}",
" $4",
"{% endfor %}"
],
"description": "Jinja For (Dict)"
},
Expand Down

0 comments on commit b5b766e

Please sign in to comment.