From 703868ec25df205894ea585d4531bcedc98b20f6 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Sun, 27 Nov 2022 18:05:09 +0300 Subject: [PATCH] Add very important thing --- source/mirage/json.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/mirage/json.d b/source/mirage/json.d index e870179..d353837 100644 --- a/source/mirage/json.d +++ b/source/mirage/json.d @@ -98,7 +98,7 @@ class JsonConfigFactory : ConfigFactory { /** * Parse JSON config from the given JSON string. - + * * Params: * json = Text contents of the config to be parsed. * Returns: The parsed configuration.