You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cl...@apache.org on 2023/03/29 16:41:10 UTC

[camel-k] branch main updated: Fix lint warn in deployment.go (#4189)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 713e39448 Fix lint warn in deployment.go (#4189)
713e39448 is described below

commit 713e39448b5f919a9d66a0c20b98b9c063e50534
Author: Claudio Miranda <cl...@claudius.com.br>
AuthorDate: Wed Mar 29 13:41:03 2023 -0300

    Fix lint warn in deployment.go (#4189)
---
 pkg/trait/deployment.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/trait/deployment.go b/pkg/trait/deployment.go
index 3862043d2..f0ba99fb6 100644
--- a/pkg/trait/deployment.go
+++ b/pkg/trait/deployment.go
@@ -159,7 +159,7 @@ func (t *deploymentTrait) getDeploymentFor(e *Environment) *appsv1.Deployment {
 				ObjectMeta: metav1.ObjectMeta{
 					Labels: map[string]string{
 						v1.IntegrationLabel: e.Integration.Name,
-				},
+					},
 					Annotations: annotations,
 				},
 				Spec: corev1.PodSpec{