Skip to content

Commit

Permalink
> update fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kebe7jun committed Nov 7, 2024
1 parent e1c4738 commit 500ed8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/internal/providers/podman/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ func (p *provider) DeleteNodes(n []nodes.Node) error {
return deleteVolumes(nodeVolumes)
}

// getHostIPOrDefault defaults HostIP to localhost if is not set
// getHostIPOrDefault defaults HostIP to localhost if is not set
// xref: https://github.com/kubernetes-sigs/kind/issues/3777
func getHostIPOrDefault(hostIP string) string {
if hostIP == "" {
Expand Down

0 comments on commit 500ed8b

Please sign in to comment.