Skip to content

Commit

Permalink
Update core/provider/docker/docker_provider.go
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Warehime <[email protected]>
  • Loading branch information
Zygimantass and Eric-Warehime authored Nov 6, 2024
1 parent 53bf574 commit 797e392
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/provider/docker/docker_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ func NewDockerProvider(ctx context.Context, logger *zap.Logger, providerName str
}

dockerProvider.dockerNetworkAllocator, err = ipallocator.NewCIDRRange(cidrMask)

if err != nil {
return nil, err
}
Expand Down

0 comments on commit 797e392

Please sign in to comment.