:snip: whitespace

This commit is contained in:
Aaron Patterson 2015-08-25 17:23:10 -07:00
parent 27902c7e96
commit 85a78d9358

@ -28,7 +28,7 @@ def head(status, options = {})
end
status ||= :ok
location = options.delete(:location)
content_type = options.delete(:content_type)
@ -48,7 +48,7 @@ def head(status, options = {})
headers.delete('Content-Type')
headers.delete('Content-Length')
end
true
end