From e0ab98faa2a8aa0046e25c7ab9271cb0921ee610 Mon Sep 17 00:00:00 2001 From: Tomek Rogalski Date: Fri, 21 Jul 2023 17:38:15 +0200 Subject: [PATCH] fix lint --- internal/executor/doctor/executor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/executor/doctor/executor.go b/internal/executor/doctor/executor.go index 8e75f7248..b90494d73 100644 --- a/internal/executor/doctor/executor.go +++ b/internal/executor/doctor/executor.go @@ -8,9 +8,9 @@ import ( "strings" "sync" + "github.com/MakeNowJust/heredoc" "github.com/PullRequestInc/go-gpt3" - "github.com/MakeNowJust/heredoc" "github.com/kubeshop/botkube/pkg/api" "github.com/kubeshop/botkube/pkg/api/executor" "github.com/kubeshop/botkube/pkg/pluginx"