aboutsummaryrefslogtreecommitdiff
path: root/src/pathfinding.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/pathfinding.ads')
-rw-r--r--src/pathfinding.ads3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pathfinding.ads b/src/pathfinding.ads
index 624c5d6..eec079f 100644
--- a/src/pathfinding.ads
+++ b/src/pathfinding.ads
@@ -16,8 +16,9 @@ package Pathfinding is
SX, SY : in Integer;
FX, FY : in Integer)
return Moves.Path
- with Pre => My_Grid.In_Bounds (SX, SY);
+ with Pre => My_Grid.In_Bounds (SX, SY);
end Pathfinding;
+