From 85a78d9358aa728298cd020cdc842b55c16f9549 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Tue, 25 Aug 2015 17:23:10 -0700 Subject: :snip: whitespace --- actionpack/lib/action_controller/metal/head.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actionpack/lib/action_controller/metal/head.rb') diff --git a/actionpack/lib/action_controller/metal/head.rb b/actionpack/lib/action_controller/metal/head.rb index f445094bdc..056962b38c 100644 --- a/actionpack/lib/action_controller/metal/head.rb +++ b/actionpack/lib/action_controller/metal/head.rb @@ -28,7 +28,7 @@ module ActionController end status ||= :ok - + location = options.delete(:location) content_type = options.delete(:content_type) @@ -48,7 +48,7 @@ module ActionController headers.delete('Content-Type') headers.delete('Content-Length') end - + true end -- cgit v1.2.3