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

commit c0dd0045de9a7ce7b679df230cd8aa7de10b951c
Author: Ioannis Polyzos <i.poly...@gmail.com>
AuthorDate: Tue Feb 4 23:09:45 2020 +0000

    fix indentation
---
 pkg/cmd/log.go      | 2 +-
 pkg/cmd/log_test.go | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkg/cmd/log.go b/pkg/cmd/log.go
index f92ed98..e70931a 100644
--- a/pkg/cmd/log.go
+++ b/pkg/cmd/log.go
@@ -91,4 +91,4 @@ func (o *logCmdOptions) run(cmd *cobra.Command, args 
[]string) error {
        <-o.Context.Done()
 
        return nil
-}
+}
\ No newline at end of file
diff --git a/pkg/cmd/log_test.go b/pkg/cmd/log_test.go
index c897839..2c7772d 100644
--- a/pkg/cmd/log_test.go
+++ b/pkg/cmd/log_test.go
@@ -18,4 +18,4 @@ func TestLogsAlias(t *testing.T) {
        if err != nil && err.Error() != "log expects an integration name 
argument" {
                t.Fatalf("Expected error result for invalid alias `logs`")
        }
-}
+}
\ No newline at end of file

Reply via email to