From: ozzloy Date: Wed, 15 May 2019 04:28:12 +0000 (-0700) Subject: fix small formatting thing X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=commitdiff_plain;h=ca385942f7edbd56c3a74bde9436b006c366504c;ds=sidebyside fix small formatting thing Change-Id: Iac9cb4fe157eb336bccaac641eb5fad515cf01fe --- 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;