From 8ffb843495a042f3c818371f92b19cbb1446da09 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 7 Apr 2023 16:45:04 +0800 Subject: [PATCH] [fmt] _ --- studio/router.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/studio/router.go b/studio/router.go index 6d6d55ae..1eab4765 100644 --- a/studio/router.go +++ b/studio/router.go @@ -214,7 +214,7 @@ func setRouter(router *gin.Engine) { throw(c, 500, err.Error()) return } - + res, err := ctx.Call(fun.Method, fun.Args...) if err != nil {