Skip to content

Commit

Permalink
Auto-fix rubocop failures
Browse files Browse the repository at this point in the history
  • Loading branch information
brucebolt committed Jul 31, 2023
1 parent f04a9e5 commit 7c672da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/link_checker/uri_checker/problem.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def get_string(symbol)
return nil if symbol.nil?

symbols = [
:"#{symbol}.#{from_redirect ? "redirect" : "singular"}",
:"#{symbol}.#{from_redirect ? 'redirect' : 'singular'}",
symbol,
]

Expand Down

0 comments on commit 7c672da

Please sign in to comment.