Skip to content

Commit

Permalink
fix linting violation
Browse files Browse the repository at this point in the history
  • Loading branch information
asmega committed Jun 14, 2024
1 parent b495a1b commit 930498f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hmrc/response_error.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class ResponseError < StandardError

def initialize(response = nil)
@response = response
super(response)
super
end
end
end

0 comments on commit 930498f

Please sign in to comment.