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

smihaylov pushed a commit to branch travis
in repository https://gitbox.apache.org/repos/asf/incubator-milagro-dta.git


The following commit(s) were added to refs/heads/travis by this push:
     new 3c9e0de  Fix formatting
3c9e0de is described below

commit 3c9e0de2b5d2a3e4aa16b5ed7b09d1836faebe19
Author: Stanislav Mihaylov <[email protected]>
AuthorDate: Fri Sep 6 11:28:22 2019 +0300

    Fix formatting
---
 pkg/endpoints/endpoints.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/endpoints/endpoints.go b/pkg/endpoints/endpoints.go
index f7f11a7..947bca2 100644
--- a/pkg/endpoints/endpoints.go
+++ b/pkg/endpoints/endpoints.go
@@ -176,7 +176,7 @@ func Endpoints(svc service.Service, corsAllow string, 
authorizer transport.Autho
                        ErrStatus: transport.ErrorStatus{
                                transport.ErrInvalidRequest: 
http.StatusUnprocessableEntity,
                        },
-               },              
+               },
        }
 
        statusEndPoints := transport.HTTPEndpoints{

Reply via email to