From 368c63c0e8ca859b49763479687608cdee07c0a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E6=AC=A7?= Date: Fri, 22 Jun 2018 09:41:23 +0800 Subject: [PATCH] reduce indent --- examples/grpc/gin/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/grpc/gin/main.go b/examples/grpc/gin/main.go index d231c0f9..c21692ae 100644 --- a/examples/grpc/gin/main.go +++ b/examples/grpc/gin/main.go @@ -33,7 +33,7 @@ func main() { }) return } - + c.JSON(http.StatusOK, gin.H{ "result": fmt.Sprint(res.Message), })