Skip to content

Commit

Permalink
Just use bare array.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh committed Dec 3, 2011
1 parent 389d63e commit d971b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/warden/oauth2/failure_app.rb
Expand Up @@ -15,7 +15,7 @@ def call(env)


headers['X-Accepted-OAuth-Scopes'] = (strategy.scope || :public).to_s headers['X-Accepted-OAuth-Scopes'] = (strategy.scope || :public).to_s


Rack::Response.new([body], status, headers).finish [status, headers, [body]]
end end
end end
end end
Expand Down

0 comments on commit d971b27

Please sign in to comment.