Merge branch 'master' of https://github.com/Hackerpilot/Dscanner
This commit is contained in:
commit
17b42acc8d
|
@ -489,6 +489,7 @@ class Formatter(Sink)
|
|||
foreach (attribute; parameter.parameterAttributes)
|
||||
{
|
||||
sink.put(str(attribute));
|
||||
sink.put(" ");
|
||||
}
|
||||
if (parameter.type !is null)
|
||||
format(parameter.type);
|
||||
|
|
Loading…
Reference in New Issue