Skip to content

Commit

Permalink
Fix rubocop detected offences
Browse files Browse the repository at this point in the history
  • Loading branch information
VIBHOR94 committed Aug 25, 2024
1 parent d14fdfb commit a69ec7c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/coinbase.rb
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@ def api_client
@api_client ||= Coinbase::Client::ApiClient.new(Middleware.config)
end
end
end
end
2 changes: 1 addition & 1 deletion lib/coinbase/middleware.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ def config
end
end
end
end
end
2 changes: 1 addition & 1 deletion lib/coinbase/staking_balance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ def inspect
to_s
end
end
end
end
2 changes: 1 addition & 1 deletion lib/coinbase/staking_operation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -225,4 +225,4 @@ def from_model(model)
self
end
end
end
end
2 changes: 1 addition & 1 deletion lib/coinbase/validator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ def inspect
to_s
end
end
end
end

0 comments on commit a69ec7c

Please sign in to comment.