mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
Fixed the missing space in the cls snippet for ruby-mode
This commit is contained in:
parent
d93bea8204
commit
2205d76ebf
@ -8,5 +8,5 @@ class ${1:$
|
||||
(cond
|
||||
((string-match "_" fn) (replace-match "" nil nil fn))
|
||||
(t fn)))}
|
||||
$0
|
||||
$0
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user