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

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

commit 50b18158063d292723fdb49a14f0929a48ee1102
Author: Claudio Miranda <[email protected]>
AuthorDate: Wed Mar 29 11:05:14 2023 -0300

    Fix lint warn in deployment.go
---
 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{

Reply via email to