[ci] auto-format

This commit is contained in:
imayushsaini 2022-11-26 12:36:30 +00:00 committed by github-actions[bot]
parent 212be77f9e
commit dd7e00220c

View file

@ -35,9 +35,10 @@ original_chatmessage = _ba.chatmessage
class ControlsUI:
def on_jump_press(activity):
activity._jump_image.node.color = list(channel * 2 for channel in activity._jump_image.node.color[:3]) + [1]
activity._jump_image.node.color = list(
channel * 2 for channel in activity._jump_image.node.color[:3]) + [1]
def on_jump_release(activity):
activity._jump_image.node.color = list(