class RuboCop::Cop::Layout::SpaceAfterSemicolon

def space_style_before_rcurly

def space_style_before_rcurly
  cfg = config.for_cop('Layout/SpaceInsideBlockBraces')
  cfg['EnforcedStyle'] || 'space'
end