module RuboCop::Cop::MultilineExpressionIndentation

def indentation(node)

def indentation(node)
  node.source_range.source_line =~ /\S/
end