Fix formatting of parameters
This commit is contained in:
parent
3081fa86c2
commit
55b8974ebe
|
@ -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