Update core/pkg/fixhandler/datastructures.go

Co-authored-by: Vlad Klokun <vladklokun@users.noreply.github.com>
This commit is contained in:
Suhas Gumma
2022-11-30 01:30:02 +05:30
committed by GitHub
co-authored by Vlad Klokun
parent 5ce69a750d
commit a7989bbe76
+1 -1
View File
@@ -21,7 +21,7 @@ type ResourceFixInfo struct {
FilePath string
}
// LineAndContentToAdd is a struct that holds the information about where to insert the new changes in the existing yaml file
// LineAndContentToAdd holds the information about where to insert the new changes in the existing yaml file
type LineAndContentToAdd struct {
Line int
Content string