Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #272 from ThirteenLtda/fix_snippet
Browse files Browse the repository at this point in the history
fix wrong placeholder in "if else" snippet
  • Loading branch information
wingrunr21 authored Oct 29, 2018
2 parents 251f666 + 7c13118 commit 2d6ebf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/ruby.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"if else": {
"prefix": "if else",
"body": [
"if ${test}",
"if ${1:test}",
"\t$0",
"else",
"\t",
Expand Down

0 comments on commit 2d6ebf2

Please sign in to comment.