mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-14 01:07:55 -05:00
removing the silly newlines from comments
This commit is contained in:
@@ -179,7 +179,7 @@ module CoffeeScript
|
||||
end
|
||||
|
||||
def compile_node(o={})
|
||||
delimiter = "\n#{o[:indent]}//"
|
||||
delimiter = "#{o[:indent]}//"
|
||||
comment = "#{delimiter}#{@lines.join(delimiter)}"
|
||||
write(comment)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user