From 6f491363aecc1c8d8c1c8fa6f4145e8d65c1b675 Mon Sep 17 00:00:00 2001 From: bestgopher <84328409@qq.com> Date: Fri, 1 May 2020 18:34:39 +0800 Subject: [PATCH] fmt render/json.go --- render/json.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render/json.go b/render/json.go index 2c6c4f2b..7e771423 100644 --- a/render/json.go +++ b/render/json.go @@ -22,7 +22,7 @@ type JSON struct { // IndentedJSON contains the given interface object. type IndentedJSON struct { IndentString string - Data interface{} + Data interface{} } // SecureJSON contains the given interface object and its prefix.