Run go fmt
This patch is the result of running `go fmt ./...` with Go v1.16.15.
This commit is contained in:
parent
2a5692d9a7
commit
c1bcc0c517
5 changed files with 16 additions and 16 deletions
|
|
@ -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" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue