aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/meta_debugs.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/meta_debugs.org')
-rw-r--r--org/meta_debugs.org34
1 files changed, 16 insertions, 18 deletions
diff --git a/org/meta_debugs.org b/org/meta_debugs.org
index b5948eb..8580c8b 100644
--- a/org/meta_debugs.org
+++ b/org/meta_debugs.org
@@ -52,24 +52,22 @@ template spineDebugs() {
#+NAME: debug_imports
#+BEGIN_SRC d
-import
- sisudoc.meta.defaults,
- sisudoc.meta.rgx_files;
-import
- std.algorithm,
- std.array,
- std.container,
- std.exception,
- std.json,
- std.stdio,
- std.file,
- std.path,
- std.range,
- std.regex,
- std.string,
- std.typecons,
- std.utf,
- std.conv : to;
+import sisudoc.meta.defaults;
+import sisudoc.meta.rgx_files;
+import std.algorithm;
+import std.array;
+import std.container;
+import std.exception;
+import std.json;
+import std.stdio;
+import std.file;
+import std.path;
+import std.range;
+import std.regex;
+import std.string;
+import std.typecons;
+import std.utf;
+import std.conv : to;
#+END_SRC
** initialize :report: