Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Mar 25, 2024
1 parent cac9838 commit 37d0555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cent/http.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class ResponseError < Error

def initialize(code:, message:)
@code = code
super message
super(message)
end
end

Expand Down

0 comments on commit 37d0555

Please sign in to comment.