diff --git a/selfdrive/manager.py b/selfdrive/manager.py index 0c0b2a099..ed48fd553 100755 --- a/selfdrive/manager.py +++ b/selfdrive/manager.py @@ -520,4 +520,4 @@ def main(): if __name__ == "__main__": main() # manual exit because we are forked - sys.exit(0) + sys.exit(0) \ No newline at end of file diff --git a/selfdrive/service_list.yaml b/selfdrive/service_list.yaml index 399483dbc..c14f913f4 100644 --- a/selfdrive/service_list.yaml +++ b/selfdrive/service_list.yaml @@ -133,4 +133,4 @@ testJoystick: [8056, false] # proclogd -- fetches process information # publishes: procLog -# tombstoned -- reports native crashes \ No newline at end of file +# tombstoned -- reports native crashes