Skip to content

Commit

Permalink
Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
micahaspyr committed Apr 5, 2024
1 parent 633e1d9 commit daee69e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/sidekiq/lighthouse/submit_benefits_intake_claim.rb
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,7 @@ def cleanup_file_paths
Common::FileHelpers.delete_file_if_exists(@pdf_path) if @pdf_path
@attachment_paths&.each { |p| Common::FileHelpers.delete_file_if_exists(p) }
end

private


Check failure on line 153 in app/sidekiq/lighthouse/submit_benefits_intake_claim.rb

View workflow job for this annotation

GitHub Actions / Linting and Security

Layout/TrailingWhitespace: Trailing whitespace detected.
def check_zipcode(address)
if address['country'].upcase.in?(%w[USA US])
[address['postalCode'], true]
Expand Down

0 comments on commit daee69e

Please sign in to comment.