You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this isn't easily fixable under our overall structure, so I'm going to leave this bug as a issue.
Perhaps when we could keep a count of empty lines passed and when closing the block role back the all the space lines?
The text was updated successfully, but these errors were encountered:
As of now, when there is a space after a block statement in python ends, such as:
The space is counted toward the block, because we can't distinguish in one pass this case versus this one:
I think this isn't easily fixable under our overall structure, so I'm going to leave this bug as a issue.
Perhaps when we could keep a count of empty lines passed and when closing the block role back the all the space lines?
The text was updated successfully, but these errors were encountered: