From dd26678779db41b398c217d7233f1c7f431d20ab Mon Sep 17 00:00:00 2001 From: Olivia Brooks <109807080+Cutieguwu@users.noreply.github.com> Date: Fri, 25 Apr 2025 15:10:42 -0400 Subject: [PATCH] Fix gamelog formatting errors. --- gamelog.ron | 2 +- gamelog/src/file.rs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gamelog.ron b/gamelog.ron index 9dfff75..23e8aba 100644 --- a/gamelog.ron +++ b/gamelog.ron @@ -1955,7 +1955,7 @@ action: Curls, // Big throw down: None, terrain: None, - ) + ), Quarter(Third), Kickoff(Colorado), Play( diff --git a/gamelog/src/file.rs b/gamelog/src/file.rs index 7715c67..e74930e 100644 --- a/gamelog/src/file.rs +++ b/gamelog/src/file.rs @@ -17,6 +17,7 @@ impl LogFile { continue; } + // Clean this up? let found = self .0 .iter()