From 03609342e3ccaad6fd15940521a824522bf6fae8 Mon Sep 17 00:00:00 2001 From: Erick Zanardo Date: Tue, 22 Mar 2022 13:47:59 -0300 Subject: [PATCH] lint --- lib/game/components/pathway.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/game/components/pathway.dart b/lib/game/components/pathway.dart index 74c6d355..0c29dd7b 100644 --- a/lib/game/components/pathway.dart +++ b/lib/game/components/pathway.dart @@ -150,8 +150,7 @@ class Pathway extends BodyComponent with InitialPosition, Layered { final fixturesDef = []; for (final path in _paths) { - final chain = ChainShape() - ..createChain(path); + final chain = ChainShape()..createChain(path); fixturesDef.add(FixtureDef(chain)); }