Skip to content

Commit

Permalink
lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
qingyang-hu committed Jun 25, 2024
1 parent 0df6291 commit 61cf95d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mongo/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ func NewClient(opts ...*options.ClientOptions) (*Client, error) {
clientOpt.SetMaxPoolSize(defaultMaxPoolSize)
}


cfg, err := topology.NewConfig(clientOpt, client.clock)
if err != nil {
return nil, err
Expand Down

0 comments on commit 61cf95d

Please sign in to comment.