Fix indentation issue with actor compiler (#5828)

This commit is contained in:
A.J. Beamon 2021-10-25 10:36:37 -07:00 committed by GitHub
parent a8b6f25b3e
commit aebd12a9aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -110,7 +110,8 @@ namespace actorcompiler
name = name,
returnType = returnType,
endIsUnreachable = endIsUnreachable,
formalParameters = formalParameters
formalParameters = formalParameters,
indentation = indentation
}
);
}