indens(go): fix issue 3288

Fixes #3288
This commit is contained in:
Stephan Seitz 2022-08-10 21:39:24 +02:00
parent e5c60516b5
commit ac5456567a

View file

@ -0,0 +1,14 @@
package main
func correct(word string) {
switch word {
} // <---
select {
} // <---
arr := []struct {
} // <---
}