mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 05:23: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
|
(cond
|
||||||
((string-match "_" fn) (replace-match "" nil nil fn))
|
((string-match "_" fn) (replace-match "" nil nil fn))
|
||||||
(t fn)))}
|
(t fn)))}
|
||||||
$0
|
$0
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user