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.adb | 1 + 1 file changed, 1 insertion(+) (limited to 'src/moves.adb') diff --git a/src/moves.adb b/src/moves.adb index 4024a4d..b86ba8c 100644 --- a/src/moves.adb +++ b/src/moves.adb @@ -69,3 +69,4 @@ package body Moves is end Moves; + -- cgit