class RuboCop::Cop::Layout::ExtraSpacing

rubocop:disable Style/Documentation

def self.autocorrect_incompatible_with

rubocop:disable Style/Documentation
def self.autocorrect_incompatible_with
  [RSpec::AlignLeftLetBrace, RSpec::AlignRightLetBrace]
end