diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2019-12-18 10:55:24 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2020-02-08 19:49:11 -0500 |
commit | ed17763e72b7a9508432e341cb4aca1b2186d329 (patch) | |
tree | a2f98dcd0dbc309a840d6575a49518bf5cc9b5a5 /src/doc_reform/meta/metadoc.d | |
parent | dmd releaseMode results in runtime errors (diff) |
cosmetic primarily "format"
Diffstat (limited to 'src/doc_reform/meta/metadoc.d')
-rw-r--r-- | src/doc_reform/meta/metadoc.d | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/doc_reform/meta/metadoc.d b/src/doc_reform/meta/metadoc.d index 0db5d96..03cb098 100644 --- a/src/doc_reform/meta/metadoc.d +++ b/src/doc_reform/meta/metadoc.d @@ -120,8 +120,7 @@ template spineAbstraction() { return program_info.ver; } string name_and_version() @trusted { - return format( - "%s-%s", + return format("%s-%s", name, ver, ); |