From 5920e011b624ae084b4673caadce661bfbbe43a9 Mon Sep 17 00:00:00 2001
From: jugeeya <jugeeya@live.com>
Date: Wed, 23 Aug 2023 22:14:44 -0700
Subject: [PATCH] Update menu.rs

---
 src/training/ui/menu.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/training/ui/menu.rs b/src/training/ui/menu.rs
index 4cfff12..9e51827 100644
--- a/src/training/ui/menu.rs
+++ b/src/training/ui/menu.rs
@@ -359,7 +359,7 @@ pub unsafe fn draw(root_pane: &Pane) {
     } else {
         *VISUAL_FRAME_COUNTER.lock() = 0;
     }
-    
+
     // Determine if we're in the menu by seeing if the "help" footer has
     // begun moving upward. It starts at -80 and moves to 0 over 10 frames
     // in info_training_in_menu.bflan