mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-14 02:10:04 +00:00
Run go fmt
This patch is the result of running `go fmt ./...` with Go v1.16.15.
This commit is contained in:
@@ -340,7 +340,7 @@ func (s *Server) handleItemList(c *router.Context) {
|
||||
items = items[:perPage]
|
||||
}
|
||||
c.JSON(http.StatusOK, map[string]interface{}{
|
||||
"list": items,
|
||||
"list": items,
|
||||
"has_more": hasMore,
|
||||
})
|
||||
} else if c.Req.Method == "PUT" {
|
||||
|
Reference in New Issue
Block a user