Fix a false positive for `Layout/IndentationWidth` by koic · Pull Request #6103 · rubocop/rubocop

This PR fixes a false positive for Layout/IndentationWidth cop when multiple modifiers are used in a block and a method call is made at end of the block. This false positive is a regression that wa...