Skip to content

Commit 0100f9c

Browse files
author
rsw0x
committed
Fixed final switch in the UltiSnippets snippet
1 parent 5470b2f commit 0100f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UltiSnips/d.snippets

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ switch(${1:/*var*/})
151151
endsnippet
152152

153153
snippet fsw "final switch (fsw)"
154-
switch(${1:/*var*/})
154+
final switch(${1:/*var*/})
155155
{
156156
case ${2:/*value*/}:
157157
${3}

0 commit comments

Comments
 (0)