Skip to content

Commit fc159b7

Browse files
committed
Adjust Connection#HTTP_FORMAT_HEADER_NAMES space
Move the `get: "Accept",` to a new line and horizontally align it with the rest of the keys.
1 parent b549319 commit fc159b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/active_resource/connection.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ module ActiveResource
1111
# This class is used by ActiveResource::Base to interface with REST
1212
# services.
1313
class Connection
14-
HTTP_FORMAT_HEADER_NAMES = { get: "Accept",
14+
HTTP_FORMAT_HEADER_NAMES = {
15+
get: "Accept",
1516
put: "Content-Type",
1617
post: "Content-Type",
1718
patch: "Content-Type",

0 commit comments

Comments
 (0)