Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201028153306-37f0764111ff / internal / lsp / testdata / fillstruct / fill_struct_spaces.go.golden
1 -- suggestedfix_fill_struct_spaces_8_15 --
2 package fillstruct
3
4 type StructD struct {
5         ExportedIntField int
6 }
7
8 func spaces() {
9         d := StructD{
10                 ExportedIntField: 0,
11         } //@suggestedfix("}", "refactor.rewrite")
12 }
13