diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-04-16 15:51:58 +1200 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-04-16 15:51:58 +1200 |
commit | baa3a346cde2c2c965243e554a15ed3bd6f5c7fe (patch) | |
tree | f8ec8376a6a42053e15cb9607b0fef17bb4f321d /src/things.adb | |
parent | b3455e502f4491af22e190a14aba9565f534bb59 (diff) |
Code style improvements, constants marked as constant
Diffstat (limited to 'src/things.adb')
-rw-r--r-- | src/things.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/things.adb b/src/things.adb index 66cc07e..0a14fa3 100644 --- a/src/things.adb +++ b/src/things.adb @@ -25,3 +25,4 @@ package body Things is end Things; + |