aboutsummaryrefslogtreecommitdiff
path: root/src/moves.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/moves.ads
parentb3455e502f4491af22e190a14aba9565f534bb59 (diff)
Code style improvements, constants marked as constant
Diffstat (limited to 'src/moves.ads')
-rw-r--r--src/moves.ads3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/moves.ads b/src/moves.ads
index 3e86847..2c9a334 100644
--- a/src/moves.ads
+++ b/src/moves.ads
@@ -14,8 +14,6 @@ package Moves is
end record;
-
-
type Path is tagged private;
Empty_Path : constant Path;
@@ -72,3 +70,4 @@ private
end Moves;
+