remove trailing whitespace from ruby snippets
This commit is contained in:
parent
c4543bad05
commit
f21a4f61c0
@ -511,16 +511,16 @@ snippet tas
|
||||
snippet b
|
||||
{|${1:var}| ${2}}
|
||||
snippet begin
|
||||
begin
|
||||
raise 'A test exception.'
|
||||
rescue Exception => e
|
||||
puts e.message
|
||||
puts e.backtrace.inspect
|
||||
begin
|
||||
raise 'A test exception.'
|
||||
rescue Exception => e
|
||||
puts e.message
|
||||
puts e.backtrace.inspect
|
||||
else
|
||||
# other exception
|
||||
ensure
|
||||
# always excute
|
||||
end
|
||||
end
|
||||
|
||||
#migrations
|
||||
snippet mac
|
||||
|
Loading…
Reference in New Issue
Block a user