[ci] auto-format

This commit is contained in:
Loup-Garou911XD 2024-04-28 16:43:41 +00:00 committed by github-actions[bot]
parent 12cadaab4c
commit 55660d4769

View file

@ -1180,7 +1180,8 @@ class PluginWindow(popup.PopupWindow):
if self.plugin.is_installed:
selected_btn = bui.buttonwidget(parent=self._root_widget,
position=(width * (0.4 if has_update or not to_draw_button1 else 0.55), pos),
position=(
width * (0.4 if has_update or not to_draw_button1 else 0.55), pos),
size=button_size,
on_activate_call=button2_action,
color=b2_color,