custom cereal: fix formatting (#1367)

This commit is contained in:
Jason Wen
2025-10-13 01:40:22 -04:00
committed by GitHub
parent 7d54b58b8d
commit bd9bb74d03
+5 -5
View File
@@ -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 {
}