From 0a9ca2b2a9da60d3fef521711e908ee26790eb2c Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Sun, 17 Nov 2024 00:04:30 -0500 Subject: [PATCH] static analysis --- selfdrive/selfdrived/events.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/selfdrive/selfdrived/events.py b/selfdrive/selfdrived/events.py index 86fa070ac7..90f5bee32b 100755 --- a/selfdrive/selfdrived/events.py +++ b/selfdrive/selfdrived/events.py @@ -399,8 +399,8 @@ def mads_status_changed_alert(CP: car.CarParams, CS: car.CarState, sm: messaging final_str = ( f"{' ' * (left_padding // font_width_per_char)}{left_str} " - f"| " - f"{right_str}{' ' * (right_padding // font_width_per_char)}" + + f"| " + + f"{right_str}{' ' * (right_padding // font_width_per_char)}" ) return NormalPermanentAlert(final_str, duration=1.5)