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 /org/out_metadata.org | |
parent | code ctRegex calls, tidying (diff) |
imports related, mostly cosmetic
Diffstat (limited to 'org/out_metadata.org')
-rw-r--r-- | org/out_metadata.org | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/org/out_metadata.org b/org/out_metadata.org index f7a428f..4ed857b 100644 --- a/org/out_metadata.org +++ b/org/out_metadata.org @@ -38,8 +38,9 @@ template outputMetadata() { #+NAME: output_imports #+BEGIN_SRC d -import std.file; -import std.format; +import + std.file, + std.format; import doc_reform.io_out; mixin InternalMarkup; string[] metadata_; |