From baa3a346cde2c2c965243e554a15ed3bd6f5c7fe Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Wed, 16 Apr 2025 15:51:58 +1200 Subject: Code style improvements, constants marked as constant --- src/moves.ads | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/moves.ads') 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; + -- cgit