Skip to content

Commit

Permalink
move attr_reader calls to a single line
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshafer committed Jan 9, 2015
1 parent 8b5d64b commit 9b08cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tankard/api/beer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def params(options = {})

private

attr_reader :http_client
attr_reader :http_client, :http_request_parameters
attr_reader :http_request_parameters

def http_request_uri
Expand Down

0 comments on commit 9b08cd1

Please sign in to comment.