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 2018/10/05 07:10:00 UTC

[camel-k] branch master updated: Make goReport happy, again

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 192174d  Make goReport happy, again
192174d is described below

commit 192174d554cf0cfda19128184e9d4675bb10ce96
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 5 08:41:12 2018 +0200

    Make goReport happy, again
---
 pkg/build/packager/types.go      | 2 +-
 pkg/stub/action/context/build.go | 3 +--
 pkg/util/openshift/openshift.go  | 2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/pkg/build/packager/types.go b/pkg/build/packager/types.go
index 4965e28..d424457 100644
--- a/pkg/build/packager/types.go
+++ b/pkg/build/packager/types.go
@@ -26,4 +26,4 @@ type PublishedImage struct {
 // PublishedImagesLister allows to list all images already published
 type PublishedImagesLister interface {
 	ListPublishedImages() ([]PublishedImage, error)
-}
\ No newline at end of file
+}
diff --git a/pkg/stub/action/context/build.go b/pkg/stub/action/context/build.go
index 875114b..831218f 100644
--- a/pkg/stub/action/context/build.go
+++ b/pkg/stub/action/context/build.go
@@ -19,6 +19,7 @@ package context
 
 import (
 	"context"
+
 	"github.com/apache/camel-k/pkg/platform"
 
 	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
@@ -117,5 +118,3 @@ func (action *buildAction) informIntegrations(context *v1alpha1.IntegrationConte
 	}
 	return nil
 }
-
-
diff --git a/pkg/util/openshift/openshift.go b/pkg/util/openshift/openshift.go
index f5b69b0..0826dfd 100644
--- a/pkg/util/openshift/openshift.go
+++ b/pkg/util/openshift/openshift.go
@@ -31,4 +31,4 @@ func IsOpenShift() (bool, error) {
 		return false, err
 	}
 	return true, nil
-}
\ No newline at end of file
+}