From bd9bb74d03d4143b65f1a218848ec1f7a195dfe4 Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Mon, 13 Oct 2025 01:40:22 -0400 Subject: [PATCH] custom cereal: fix formatting (#1367) --- cereal/custom.capnp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cereal/custom.capnp b/cereal/custom.capnp index 44b8bd69fa..833845d36d 100644 --- a/cereal/custom.capnp +++ b/cereal/custom.capnp @@ -406,11 +406,11 @@ struct ModelDataV2SP @0xa1680744031fdb2d { laneTurnDirection @0 :TurnDirection; } - enum TurnDirection { - none @0; - turnLeft @1; - turnRight @2; - } +enum TurnDirection { + none @0; + turnLeft @1; + turnRight @2; +} struct CustomReserved10 @0xcb9fd56c7057593a { }