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 --- org/out_sqlite.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'org/out_sqlite.org') diff --git a/org/out_sqlite.org b/org/out_sqlite.org index 3bd18e5..32daf8e 100644 --- a/org/out_sqlite.org +++ b/org/out_sqlite.org @@ -25,8 +25,6 @@ #+BEGIN_SRC d :tangle "../src/doc_reform/io_out/sqlite.d" module doc_reform.io_out.sqlite; <> -import d2sqlite3; -import std.typecons : Nullable; mixin spineRgxOut; mixin InternalMarkup; static auto rgx = RgxO(); @@ -328,8 +326,10 @@ template SQLiteDbDrop() { import doc_reform.io_out; import std.file, - std.uri, - std.conv : to; + std.uri; +import std.conv : to; +import std.typecons : Nullable; +import d2sqlite3; #+END_SRC ** 3. format and load template -- cgit v1.2.3