Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
johntajima authored and Tobias Lütke committed Oct 31, 2009
1 parent 36a122f commit 4c6b6e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server.rb
Expand Up @@ -48,7 +48,7 @@ def receive_data(data)
html << renderer.render(tokens)
end

return if html.empty?
return if html.empty?

response.chunk html
response.send_chunks
Expand All @@ -60,7 +60,6 @@ def unbind
response.send_chunks
puts 'Done'
end

end


Expand Down

0 comments on commit 4c6b6e3

Please sign in to comment.