From ca385942f7edbd56c3a74bde9436b006c366504c Mon Sep 17 00:00:00 2001 From: ozzloy Date: Tue, 14 May 2019 21:28:12 -0700 Subject: [PATCH] fix small formatting thing Change-Id: Iac9cb4fe157eb336bccaac641eb5fad515cf01fe --- build-stages/i_chooser/i_chooser.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-stages/i_chooser/i_chooser.ino b/build-stages/i_chooser/i_chooser.ino index c5011c4..492add5 100644 --- a/build-stages/i_chooser/i_chooser.ino +++ b/build-stages/i_chooser/i_chooser.ino @@ -101,7 +101,7 @@ void setup(){ off(right_trigger_pin);} enum class Stay_on_table_state { - going, start_backing, backing, start_turning, turning}; + going, start_backing, backing, start_turning, turning }; static Stay_on_table_state stay_on_table_state = Stay_on_table_state::going; -- 2.30.2