mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-13 00:44:18 +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
|
||||
((string-match "_" fn) (replace-match "" nil nil fn))
|
||||
(t fn)))}
|
||||
$0
|
||||
$0
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user