From 4db632d66960dd625fa3cb05f64501020c1d9c13 Mon Sep 17 00:00:00 2001 From: eFini Date: Fri, 12 Jul 2019 14:22:02 +1000 Subject: [PATCH] fix spacing in toyota/carstate.py (#736) --- selfdrive/car/toyota/carstate.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/selfdrive/car/toyota/carstate.py b/selfdrive/car/toyota/carstate.py index 9994e793dd6665..d964f8c4328b92 100644 --- a/selfdrive/car/toyota/carstate.py +++ b/selfdrive/car/toyota/carstate.py @@ -69,8 +69,8 @@ def get_can_parser(CP): # add gas interceptor reading if we are using it if CP.enableGasInterceptor: - signals.append(("INTERCEPTOR_GAS", "GAS_SENSOR", 0)) - checks.append(("GAS_SENSOR", 50)) + signals.append(("INTERCEPTOR_GAS", "GAS_SENSOR", 0)) + checks.append(("GAS_SENSOR", 50)) return CANParser(DBC[CP.carFingerprint]['pt'], signals, checks, 0, timeout=100)