Skip to content

Commit

Permalink
Fixed final switch in the UltiSnippets snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
rsw0x committed May 28, 2014
1 parent 5470b2f commit 0100f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UltiSnips/d.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ switch(${1:/*var*/})
endsnippet

snippet fsw "final switch (fsw)"
switch(${1:/*var*/})
final switch(${1:/*var*/})
{
case ${2:/*value*/}:
${3}
Expand Down

0 comments on commit 0100f9c

Please sign in to comment.