indent(hcl): fix function calls

This commit is contained in:
Michael Hoffmann 2022-04-24 23:16:35 +02:00 committed by Stephan Seitz
parent b1e8b61a94
commit 82e43748cf
4 changed files with 12 additions and 11 deletions

View file

@ -0,0 +1,6 @@
test {
x = f(
a,
b,
)
}