aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/io_out/create_zip_file.d
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc_reform/io_out/create_zip_file.d')
-rw-r--r--src/doc_reform/io_out/create_zip_file.d9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/doc_reform/io_out/create_zip_file.d b/src/doc_reform/io_out/create_zip_file.d
index 0ad8ada..ea7e5f6 100644
--- a/src/doc_reform/io_out/create_zip_file.d
+++ b/src/doc_reform/io_out/create_zip_file.d
@@ -1,9 +1,10 @@
module doc_reform.io_out.create_zip_file;
template createZipFile() {
- import std.file;
- import std.outbuffer;
- import std.string;
- import std.zip;
+ import
+ std.file,
+ std.outbuffer,
+ std.string,
+ std.zip;
@safe void createZipFile(
string zip_file_name,
void[] compressed_zip_data,