class RuboCop::Cop::Layout::LineContinuationSpacing

def message(_range)

def message(_range)
  if no_space_style?
    'Use zero spaces in front of backslash.'
  elsif space_style?
    'Use one space in front of backslash.'
  end
end