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

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

commit aec9f6f9bbe576533caf0c43dc88e69677c1134f
Author: nferraro <ni.ferr...@gmail.com>
AuthorDate: Thu Jun 27 16:31:27 2019 +0200

    fix #692: fix lint
---
 pkg/apis/camel/v1alpha1/integration_types.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/apis/camel/v1alpha1/integration_types.go 
b/pkg/apis/camel/v1alpha1/integration_types.go
index d2d9ee0..f94320d 100644
--- a/pkg/apis/camel/v1alpha1/integration_types.go
+++ b/pkg/apis/camel/v1alpha1/integration_types.go
@@ -49,7 +49,7 @@ type IntegrationStatus struct {
        CamelVersion     string              `json:"camelVersion,omitempty"`
        RuntimeVersion   string              `json:"runtimeVersion,omitempty"`
        Configuration    []ConfigurationSpec `json:"configuration,omitempty"`
-       Version                  string                          
`json:"version,omitempty"`
+       Version          string              `json:"version,omitempty"`
 }
 
 // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

Reply via email to