mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-02-04 06:32:24 +00:00
Fixed the missing space in the cls snippet for ruby-mode
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user