From a7989bbe76101689254ba6728efbdcc9f1445082 Mon Sep 17 00:00:00 2001 From: Suhas Gumma <43647369+suhasgumma@users.noreply.github.com> Date: Wed, 30 Nov 2022 01:30:02 +0530 Subject: [PATCH] Update core/pkg/fixhandler/datastructures.go Co-authored-by: Vlad Klokun --- core/pkg/fixhandler/datastructures.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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