Skip to content

Commit

Permalink
Fix rubocop violations
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhade3 committed Jan 10, 2024
1 parent 07f41e9 commit 49649e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/hackerone/client/program.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ def swag(page_number: 1, page_size: 100)

def balance
response_body = make_get_request(
"programs/#{id}/billing/balance"
)
BillingBalance.new(response_body).balance
"programs/#{id}/billing/balance"
)
BillingBalance.new(response_body).balance
end

private
Expand Down
2 changes: 1 addition & 1 deletion spec/hackerone/client/address_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

RSpec.describe HackerOne::Client::Address do
let (:address_data) do
{
{
name: "Brian Anglin",
street: " 88 Colin P Kelly Jr Street",
city: "San Francisco",
Expand Down

0 comments on commit 49649e5

Please sign in to comment.