1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-18 17:02:06 +03:00
kakoune/test/indent/go/deindent-function-closing-brace/out

22 lines
203 B
Plaintext
Raw Normal View History

func foo(x int) int {
}
func foo(x int) int {
}
func foo(x int) int {
bar()}
func foo(x int) int {
bar()
}
func foo(x int) int {
bar()
}
func foo(x int) int {
bar()
}