lib/rubocop/cop/migration/update_large_table.rb in gitlab-styles-11.0.0 vs lib/rubocop/cop/migration/update_large_table.rb in gitlab-styles-13.0.0
- old
+ new
@@ -16,11 +16,11 @@
# information.
class UpdateLargeTable < RuboCop::Cop::Base
include Gitlab::Styles::Rubocop::MigrationHelpers
MSG = 'Using `%s` on the `%s` table will take a long time to ' \
- 'complete, and should be avoided unless absolutely ' \
- 'necessary'
+ 'complete, and should be avoided unless absolutely ' \
+ 'necessary'
# @!method batch_update?(node)
def_node_matcher :batch_update?, <<~PATTERN
(send nil? ${#denied_method?}
(sym $...)