class RuboCop::Cop::Layout::EmptyLinesAroundExceptionHandlingKeywords

def autocorrect(node)

def autocorrect(node)
  EmptyLineCorrector.correct(node)
end