mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-16 10:24:18 +00:00
Closes #372: removed trailing spaces in snippets
This commit is contained in:
@@ -5,6 +5,6 @@
|
||||
try {
|
||||
$0
|
||||
} catch {
|
||||
case ${1:e}: ${2:Exception} =>
|
||||
case ${1:e}: ${2:Exception} =>
|
||||
${1:println(\"ERROR: \" + e) // TODO: handle exception}\n}
|
||||
}
|
||||
Reference in New Issue
Block a user