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.