mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-23 10:02:10 +08:00
reduce indent
This commit is contained in:
parent
73ef02fc00
commit
368c63c0e8
@ -33,7 +33,7 @@ func main() {
|
|||||||
})
|
})
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
c.JSON(http.StatusOK, gin.H{
|
c.JSON(http.StatusOK, gin.H{
|
||||||
"result": fmt.Sprint(res.Message),
|
"result": fmt.Sprint(res.Message),
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user