aboutsummaryrefslogtreecommitdiff
path: root/internal/lsp/testdata/fillstruct/fill_struct_spaces.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/lsp/testdata/fillstruct/fill_struct_spaces.go')
-rw-r--r--internal/lsp/testdata/fillstruct/fill_struct_spaces.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/internal/lsp/testdata/fillstruct/fill_struct_spaces.go b/internal/lsp/testdata/fillstruct/fill_struct_spaces.go
deleted file mode 100644
index d5d1bbba5..000000000
--- a/internal/lsp/testdata/fillstruct/fill_struct_spaces.go
+++ /dev/null
@@ -1,9 +0,0 @@
-package fillstruct
-
-type StructD struct {
- ExportedIntField int
-}
-
-func spaces() {
- d := StructD{} //@suggestedfix("}", "refactor.rewrite")
-}