Skip to content

Commit 7078643

Browse files
authored
chore: small update to fix linter (#403)
Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
1 parent 0e302bd commit 7078643

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/resources/results.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ type ResultOperation string
1717

1818
const (
1919
CreatedResult ResultOperation = "created"
20-
UpdatedResult = "updated"
21-
NoOpResult = "historical"
20+
UpdatedResult ResultOperation = "updated"
21+
NoOpResult ResultOperation = "historical"
2222
)
2323

2424
func MapResults(i integrations.Integrations, resultsSpec []v1alpha1.ResultSpec, config v1alpha1.K8sGPT) (map[string]v1alpha1.Result, error) {

0 commit comments

Comments
 (0)