Fix gamelog formatting errors.

This commit is contained in:
Olivia Brooks
2025-04-25 15:10:42 -04:00
parent 60c90f0748
commit dd26678779
2 changed files with 2 additions and 1 deletions

View File

@@ -1955,7 +1955,7 @@
action: Curls, // Big throw action: Curls, // Big throw
down: None, down: None,
terrain: None, terrain: None,
) ),
Quarter(Third), Quarter(Third),
Kickoff(Colorado), Kickoff(Colorado),
Play( Play(

View File

@@ -17,6 +17,7 @@ impl LogFile {
continue; continue;
} }
// Clean this up?
let found = self let found = self
.0 .0
.iter() .iter()