From ec9322ae4c6e8cb7df3b5886e61b1c481ca78e65 Mon Sep 17 00:00:00 2001 From: Quinn Pfeifer <72775766+QuinnP2910@users.noreply.github.com> Date: Mon, 6 Nov 2023 19:22:13 -0800 Subject: [PATCH] Fix formatting --- src/CAN/CANTest.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/CAN/CANTest.cpp b/src/CAN/CANTest.cpp index 0b82757a..fd3eb07c 100644 --- a/src/CAN/CANTest.cpp +++ b/src/CAN/CANTest.cpp @@ -14,7 +14,8 @@ #include #include -enum class testmode_t { +enum class testmode_t +{ automatic = 0, autoSend = 1, manualSend = 2,