diff --git a/core/pkg/fixhandler/datastructures.go b/core/pkg/fixhandler/datastructures.go index a20fb09c..065f68b6 100644 --- a/core/pkg/fixhandler/datastructures.go +++ b/core/pkg/fixhandler/datastructures.go @@ -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