diff options
author | Ralph Amissah <ralph@amissah.com> | 2020-02-04 17:10:57 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2020-02-26 09:59:18 -0500 |
commit | 0ce4e986fcd5af430d9f7bfdd625da7a58a1527e (patch) | |
tree | fdc5efbe568b60af7dd8e8ac4f828b4705ad3765 /src/doc_reform/io_out/metadata.d | |
parent | code ctRegex calls, tidying (diff) |
imports related, mostly cosmetic
Diffstat (limited to 'src/doc_reform/io_out/metadata.d')
-rw-r--r-- | src/doc_reform/io_out/metadata.d | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/doc_reform/io_out/metadata.d b/src/doc_reform/io_out/metadata.d index 5dfdfe2..65f40b2 100644 --- a/src/doc_reform/io_out/metadata.d +++ b/src/doc_reform/io_out/metadata.d @@ -1,8 +1,9 @@ module doc_reform.io_out.metadata; template outputMetadata() { @safe void outputMetadata(T)( T doc_matters) { - import std.file; - import std.format; + import + std.file, + std.format; import doc_reform.io_out; mixin InternalMarkup; string[] metadata_; |