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
Should warn or fix if a for, while, or else clause does not have a curly brace body. It should also flag the then clause of an if if it doesn't fit on a single line.
The text was updated successfully, but these errors were encountered:
Should warn or fix if a
for
,while
, orelse
clause does not have a curly brace body. It should also flag the then clause of anif
if it doesn't fit on a single line.The text was updated successfully, but these errors were encountered: