Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Jan 8, 2025
1 parent 82cb565 commit fe8268c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/grpc/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ import (
// Note, the caller is responsible for starting the server. See StartGRPCServer.
func NewGRPCServer(clientCtx client.Context, app interface {
RegisterGRPCServerWithSkipCheckHeader(gogogrpcserver.Server, bool)
}, cfg config.GRPCConfig) (*grpc.Server, error) {
}, cfg config.GRPCConfig,
) (*grpc.Server, error) {
maxSendMsgSize := cfg.MaxSendMsgSize
if maxSendMsgSize == 0 {
maxSendMsgSize = config.DefaultGRPCMaxSendMsgSize
Expand Down

0 comments on commit fe8268c

Please sign in to comment.