style: dart format 적용
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user