Format assertion conditions

explicit_write_pps_on_exit
jaredgoldman 2023-02-28 13:19:21 -05:00
parent ecb22dda1a
commit 87eb9c5772
1 changed files with 6 additions and 1 deletions

View File

@ -84,7 +84,12 @@ async def _async_main(
case {'name': 'position'}:
break
if assert_entries or assert_pps or assert_zeroed_pps or assert_msg:
if (
assert_entries
or assert_pps
or assert_zeroed_pps
or assert_msg
):
_assert(
assert_entries,
assert_pps,