Extra braces

removed extra brace
This commit is contained in:
finelygroundpowder
2025-09-09 16:50:42 -07:00
parent 59c3f0180e
commit d5c160a773
@@ -143,5 +143,4 @@ public final class Constants {
/** Replaying from a log file. */ /** Replaying from a log file. */
REPLAY REPLAY
} }
} }
}