style: dart format 적용

This commit is contained in:
JiWoong Sul
2026-01-14 23:07:03 +09:00
parent 249394f548
commit de20183b73
8 changed files with 68 additions and 43 deletions

View File

@@ -142,7 +142,8 @@ class _FrontScreenState extends State<FrontScreen> with RouteAware {
onHallOfFame: widget.onHallOfFame != null
? () => widget.onHallOfFame!(context)
: null,
onLocalArena: widget.onLocalArena != null &&
onLocalArena:
widget.onLocalArena != null &&
widget.hallOfFameCount >= 2
? () => widget.onLocalArena!(context)
: null,