module RuboCop::Cop::SpaceAfterPunctuation

def offset

token where a space should be, is 1.
The normal offset, i.e., the distance from the punctuation
def offset
  1
end