[Fix #6571] Fix a false positive for `Layout/TrailingCommaInArguments` by koic · Pull Request #6581 · rubocop/rubocop

Fixes #6571. This PR fixes a false positive for Layout/TrailingCommaInArguments when a line break before a method call and EnforcedStyleForMultiline is set to consistent_comma. Before submitting t...