aboutsummaryrefslogtreecommitdiff
path: root/src/grids.ads
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-04-16 15:51:58 +1200
committerJedidiah Barber <contact@jedbarber.id.au>2025-04-16 15:51:58 +1200
commitbaa3a346cde2c2c965243e554a15ed3bd6f5c7fe (patch)
treef8ec8376a6a42053e15cb9607b0fef17bb4f321d /src/grids.ads
parentb3455e502f4491af22e190a14aba9565f534bb59 (diff)
Code style improvements, constants marked as constant
Diffstat (limited to 'src/grids.ads')
-rw-r--r--src/grids.ads3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/grids.ads b/src/grids.ads
index 98230f8..856ff17 100644
--- a/src/grids.ads
+++ b/src/grids.ads
@@ -59,7 +59,7 @@ package Grids is
(This : in out Grid;
X, Y : in Integer;
Item : in Squares.Square)
- with Pre => This.In_Bounds (X, Y);
+ with Pre => This.In_Bounds (X, Y);
@@ -106,3 +106,4 @@ private
end Grids;
+