summaryrefslogtreecommitdiff
path: root/src/csv.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/csv.ads')
-rw-r--r--src/csv.ads15
1 files changed, 6 insertions, 9 deletions
diff --git a/src/csv.ads b/src/csv.ads
index 4815a17..d2360c2 100644
--- a/src/csv.ads
+++ b/src/csv.ads
@@ -1,16 +1,13 @@
-with Ada.Strings.Unbounded;
-with Ada.Containers.Vectors;
-use type Ada.Strings.Unbounded.Unbounded_String;
+with
+ Ada.Strings.Unbounded,
+ Ada.Containers.Vectors;
--- This source is licensed under Creative Commons CC0 v1.0.
---
--- To read the full text, see license.txt in the main directory of this repository
--- or go to https://creativecommons.org/publicdomain/zero/1.0/legalcode.txt
---
--- For a human readable summary, go to https://creativecommons.org/publicdomain/zero/1.0/
+use type
+
+ Ada.Strings.Unbounded.Unbounded_String;
generic