From 6c4090d0922ef481de1aa923f321a8adcdfc6c0a Mon Sep 17 00:00:00 2001 From: alestiago Date: Fri, 4 Mar 2022 12:06:55 +0000 Subject: [PATCH] chore: fixed white space difference --- lib/game/components/anchor.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/game/components/anchor.dart b/lib/game/components/anchor.dart index 41929284..0e78aa1c 100644 --- a/lib/game/components/anchor.dart +++ b/lib/game/components/anchor.dart @@ -1,7 +1,7 @@ import 'package:flame_forge2d/flame_forge2d.dart'; /// {@template anchor} -/// Non visual [BodyComponent] used to hold a [BodyType.dynamic] in [Joint]s +/// Non visual [BodyComponent] used to hold a [BodyType.dynamic] in [Joint]s /// with this [BodyType.static]. /// /// It is recommended to [_position] the anchor first and then use the body