[ci] auto-format

This commit is contained in:
CrossJoy 2024-02-14 11:05:17 +00:00 committed by github-actions[bot]
parent 77b5ee3bef
commit 41046aedd7
2 changed files with 15 additions and 15 deletions

View file

@ -61,8 +61,8 @@ def new_handlemessage_spaz_(func):
if args[1].poweruptype == 'health':
update_hitpoint_text(args[0])
if isinstance(
args[1], bs.HitMessage) or isinstance(
args[1], bs.ImpactDamageMessage):
args[1], bs.HitMessage) or isinstance(
args[1], bs.ImpactDamageMessage):
update_hitpoint_text(args[0])
return wrapper