module RuboCop::Cop::MultilineLiteralBraceLayout

def empty_literal?(node)

def empty_literal?(node)
  children(node).empty?
end