@@ -227,6 +227,12 @@ source_contents.each_line do |line|
elsifin_operand
buf<<c
x+=1
# if they have unhandled weirdness, just pass them through minus whitespace
else
if!c.strip.empty?
buf<<c
x+=1
end
end
end
end
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.