class RuboCop::Cop::Style::HashSyntax

def alternative_style

def alternative_style
  case style
  when :hash_rockets
    :ruby19
  when :ruby19, :ruby19_no_mixed_keys
    :hash_rockets
  end
end