You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2019/11/25 16:48:58 UTC

[camel-k] branch master updated: chore(lint): fix formatting error

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

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


The following commit(s) were added to refs/heads/master by this push:
     new fa51e4b  chore(lint): fix formatting error
fa51e4b is described below

commit fa51e4b26484a7a1b4f0f852cea6be6aed95fd2c
Author: Nicola Ferraro <ni...@gmail.com>
AuthorDate: Mon Nov 25 16:26:52 2019 +0100

    chore(lint): fix formatting error
---
 pkg/trait/gc.go | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pkg/trait/gc.go b/pkg/trait/gc.go
index cdceca3..11b8ccb 100644
--- a/pkg/trait/gc.go
+++ b/pkg/trait/gc.go
@@ -83,9 +83,9 @@ func (t *garbageCollectorTrait) Configure(e *Environment) (bool, error) {
 	}
 
 	return e.IntegrationInPhase(
-		v1alpha1.IntegrationPhaseInitialization,
-		v1alpha1.IntegrationPhaseDeploying,
-		v1alpha1.IntegrationPhaseRunning),
+			v1alpha1.IntegrationPhaseInitialization,
+			v1alpha1.IntegrationPhaseDeploying,
+			v1alpha1.IntegrationPhaseRunning),
 		nil
 }