mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-02-06 07:22:25 +00:00
Closes #372: removed trailing spaces in snippets
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
${1:option} match {
|
||||
case Full(res) => $0
|
||||
|
||||
case Empty =>
|
||||
case Empty =>
|
||||
|
||||
case Failure(msg, _, _) =>
|
||||
case Failure(msg, _, _) =>
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user