mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 04:30:26 +03:00
Use new gofumpt (#21613)
Update tinylib. Should fix CI. `gofumpt -w .&&go generate ./...`
This commit is contained in:
@@ -132,7 +132,7 @@ func (srv *Server) Init(listenCtx context.Context, listenErrCallback func(listen
|
||||
return srv.Serve(l)
|
||||
}
|
||||
|
||||
return
|
||||
return serve, err
|
||||
}
|
||||
|
||||
// Shutdown - shuts down HTTP server.
|
||||
|
||||
Reference in New Issue
Block a user