This is an automated email from the ASF dual-hosted git repository.

cdeppisch pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit def1a61146cac0ce93278ba90a22c46305bb19e1
Author: Gaelle Fournier <gaelle.fournier.w...@gmail.com>
AuthorDate: Wed Nov 15 16:01:00 2023 +0100

    Fix(ci): Remove golint warning for imports
---
 cmd/util/json-schema-gen/main.go | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cmd/util/json-schema-gen/main.go b/cmd/util/json-schema-gen/main.go
index 79633a751..5ddb32932 100644
--- a/cmd/util/json-schema-gen/main.go
+++ b/cmd/util/json-schema-gen/main.go
@@ -20,12 +20,13 @@ package main
 import (
        "encoding/json"
        "fmt"
-       "github.com/apache/camel-k/v2/pkg/util"
        "os"
        "path/filepath"
        "reflect"
        "strings"
 
+       "github.com/apache/camel-k/v2/pkg/util"
+
        apiextensionsv1 
"k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1"
        clientscheme "k8s.io/client-go/kubernetes/scheme"
 

Reply via email to