From 0ce4e986fcd5af430d9f7bfdd625da7a58a1527e Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 4 Feb 2020 17:10:57 -0500 Subject: imports related, mostly cosmetic --- src/doc_reform/io_out/create_zip_file.d | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/doc_reform/io_out/create_zip_file.d') 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, -- cgit v1.2.3