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.