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/sqlite.d | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/doc_reform/io_out/sqlite.d') diff --git a/src/doc_reform/io_out/sqlite.d b/src/doc_reform/io_out/sqlite.d index d24fc00..1a30204 100644 --- a/src/doc_reform/io_out/sqlite.d +++ b/src/doc_reform/io_out/sqlite.d @@ -2,10 +2,10 @@ module doc_reform.io_out.sqlite; import doc_reform.io_out; import std.file, - std.uri, - std.conv : to; -import d2sqlite3; + std.uri; +import std.conv : to; import std.typecons : Nullable; +import d2sqlite3; mixin spineRgxOut; mixin InternalMarkup; static auto rgx = RgxO(); -- cgit v1.2.3