blob: 33643a6f4322243d409dbe1507852d03a96288a2 [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")
}