summaryrefslogtreecommitdiff
path: root/tests/indent
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2022-02-04 23:35:30 +0100
committerStephan Seitz <stephan.seitz@fau.de>2022-02-05 18:54:55 +0100
commit9f25d66f7dc9ad64dfc59ebd208148961880cea4 (patch)
tree6d376c9d4b20dd29a6ed7cc86bcbf967c21c4529 /tests/indent
parent0d1c1efff5dbf2deccc8dcacc8f2ada44b04b3c5 (diff)
indents(go): perform some changes as go fmt dictates
Diffstat (limited to 'tests/indent')
-rw-r--r--tests/indent/go/issue-2369.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/indent/go/issue-2369.go b/tests/indent/go/issue-2369.go
index a4d29a30..f512814e 100644
--- a/tests/indent/go/issue-2369.go
+++ b/tests/indent/go/issue-2369.go
@@ -11,4 +11,9 @@ func badIndent(
param string, // this is the difference
) {
fmt.Println("typing o here triggers bad indent")
+ foo(bar,
+ baz,
+ call,
+ stop,
+ please)
}