blob: b0e8937006c049a5cfaf5b13f6437a886f0f35b3 [file] [log] [blame]
-- suggestedfix_fill_struct_spaces_8_15 --
package fillstruct
type StructD struct {
ExportedIntField int
}
func spaces() {
d := StructD{
ExportedIntField: 0,
} //@suggestedfix("}", "refactor.rewrite")
}