Skip to content

Commit

Permalink
Fix Performance/StringIdentifierArgument
Browse files Browse the repository at this point in the history
  • Loading branch information
skryukov committed Mar 13, 2024
1 parent dd23f28 commit c6b8d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubocop/gradual/process/printer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def initialize(diff)
def print_results
puts diff.statistics if Configuration.debug?

send "print_#{diff.state}"
send :"print_#{diff.state}"
end

def print_ci_warning(diff)
Expand Down

0 comments on commit c6b8d7f

Please sign in to comment.