Fix indentation issue with actor compiler (#5828)
This commit is contained in:
parent
a8b6f25b3e
commit
aebd12a9aa
|
@ -110,7 +110,8 @@ namespace actorcompiler
|
|||
name = name,
|
||||
returnType = returnType,
|
||||
endIsUnreachable = endIsUnreachable,
|
||||
formalParameters = formalParameters
|
||||
formalParameters = formalParameters,
|
||||
indentation = indentation
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue