class RuboCop::Cop::IfThenCorrector

def branch_body_indentation

def branch_body_indentation
  @branch_body_indentation ||= (' ' * indentation).freeze
end