aboutsummaryrefslogtreecommitdiff
path: root/src/squares.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/squares.ads')
-rw-r--r--src/squares.ads5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/squares.ads b/src/squares.ads
index 8a1f053..5ff9b81 100644
--- a/src/squares.ads
+++ b/src/squares.ads
@@ -40,12 +40,12 @@ package Squares is
function Get_Contents
(This : in Square)
return Things.Thing
- with Pre => Is_Walkable (This);
+ with Pre => Is_Walkable (This);
procedure Set_Contents
(This : in out Square;
Item : in Things.Thing)
- with Pre => Is_Walkable (This);
+ with Pre => Is_Walkable (This);
@@ -91,3 +91,4 @@ private
end Squares;
+