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

chenguangsheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/eventmesh-workflow.git

commit 23a95f4ac2b38f90b5d58ec589381468c023314e
Author: Harshitha Sudhakar 
<[email protected]>
AuthorDate: Wed Apr 26 17:11:52 2023 +0530

    Update workflow.go
    
    Removed the redundant "return" at line 123
---
 cmd/controller/workflow.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cmd/controller/workflow.go b/cmd/controller/workflow.go
index 6605356..24e3704 100644
--- a/cmd/controller/workflow.go
+++ b/cmd/controller/workflow.go
@@ -120,7 +120,6 @@ func (c *WorkflowController) QueryDetail(ctx *gin.Context) {
                return
        }
        ctx.JSON(http.StatusOK, &QueryWorkflowResponse{Workflow: *res})
-       return
 }
 
 // Delete delete a workflow


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to