class RuboCop::Cop::Style::TrailingCommaInHashLiteral

def autocorrect(range)

def autocorrect(range)
  PunctuationCorrector.swap_comma(range)
end