format StmtBreak (#5158)

## Summary

format `StmtBreak`

trying to learn how to help out with the formatter. starting simple

## Test Plan

new snapshot test
This commit is contained in:
David Szotten 2023-06-17 09:31:29 +01:00 committed by GitHub
parent be107dad64
commit 4b9b6829dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 35 additions and 4 deletions

View file

@ -0,0 +1,5 @@
# leading comment
while True: # block comment
# inside comment
break # break comment
# post comment