From 8f9360dbf815ef4cdddc76fdc6a0eb569a9c881d Mon Sep 17 00:00:00 2001 From: Rutherther Date: Fri, 18 Feb 2022 23:28:42 +0100 Subject: [PATCH] fix(game): remove trailing spaces in position --- Core/NosSmooth.Game/Data/Info/Position.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/NosSmooth.Game/Data/Info/Position.cs b/Core/NosSmooth.Game/Data/Info/Position.cs index af727e8..e233a18 100644 --- a/Core/NosSmooth.Game/Data/Info/Position.cs +++ b/Core/NosSmooth.Game/Data/Info/Position.cs @@ -45,7 +45,7 @@ public record struct Position(short X, short Y) { return DistanceSquared(position) <= range * range; } - + /// /// Multiply position. /// -- 2.48.1