reduce indent

This commit is contained in:
田欧 2018-06-22 09:41:23 +08:00 committed by GitHub
parent 73ef02fc00
commit 368c63c0e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ func main() {
})
return
}
c.JSON(http.StatusOK, gin.H{
"result": fmt.Sprint(res.Message),
})