diff options
| author | Ralph Amissah <ralph@amissah.com> | 2018-07-08 12:42:44 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:15 -0400 | 
| commit | b37b6ca37e7922ad38e712632b1c5ce358e81a7d (patch) | |
| tree | 3020fe7afd6518d23e1ee97b34c67c98fc6f0955 /src/sdp/meta | |
| parent | cosmetic (diff) | |
reconsider unecessary "return ref"
Diffstat (limited to 'src/sdp/meta')
| -rw-r--r-- | src/sdp/meta/metadoc_summary.d | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/sdp/meta/metadoc_summary.d b/src/sdp/meta/metadoc_summary.d index f278f90..2ac2454 100644 --- a/src/sdp/meta/metadoc_summary.d +++ b/src/sdp/meta/metadoc_summary.d @@ -1,8 +1,8 @@  module sdp.meta.metadoc_summary;  template SiSUabstractionSummary() {    auto SiSUabstractionSummary(S,T)( -    auto return ref const S  doc_abstraction, -    auto return ref       T  doc_matters, +    auto ref const S  doc_abstraction, +    auto ref       T  doc_matters,    ) {      import        sdp.meta.defaults, | 
