diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-07-15 23:52:22 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-07-15 23:52:25 -0400 |
commit | 4321a13979f52a7c3c2fc0352dc7bf253527ddb1 (patch) | |
tree | 83bc8273d50f1017b7e6bdce02a8a48086061f12 /org/out_zip.org | |
parent | source & pod (fix build from non-pod source) (diff) |
imports, make line searchable
Diffstat (limited to 'org/out_zip.org')
-rw-r--r-- | org/out_zip.org | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/org/out_zip.org b/org/out_zip.org index 5bd503b..5ffd1ae 100644 --- a/org/out_zip.org +++ b/org/out_zip.org @@ -28,11 +28,10 @@ module sisudoc.io_out.create_zip_file; @safe: template createZipFile() { - import - std.file, - std.outbuffer, - std.string, - std.zip; + import std.file; + import std.outbuffer; + import std.string; + import std.zip; void createZipFile( string zip_file_name, void[] compressed_zip_data, |