This is an archive of the discontinued LLVM Phabricator instance.

Fix blank line errors
ClosedPublic

Authored by thopre on Jan 15 2021, 9:11 AM.

Details

Summary

Fix the following Flake8 errors:

  • E301 (expected 1 blank line, found 0)
  • E303 (too many blank lines)

Event Timeline

thopre requested review of this revision.Jan 15 2021, 9:11 AM
thopre created this revision.
tnfchris accepted this revision.Jan 15 2021, 9:16 AM
This revision is now accepted and ready to land.Jan 15 2021, 9:16 AM
thopre closed this revision.Jan 15 2021, 9:41 AM