Update bodytypes.adb

This commit is contained in:
gravermistakes 2026-07-14 13:23:53 -07:00 committed by GitHub
parent 5ce4d8d790
commit ca1985ca5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
-- Bodies for the shared helpers declared in Mafiabot_Types. -- Bodies for the shared helpers. Mafiabot is not a term in use.
package body Mafiabot_Types
with SPARK_Mode => On with SPARK_Mode => On
is is
@ -18,4 +18,4 @@ is
return T.Data (1 .. T.Length); return T.Data (1 .. T.Length);
end To_String; end To_String;
end Mafiabot_Types; end;