Skip to content

Commit

Permalink
Merge pull request #3168 from SataQiu/fix-20250303
Browse files Browse the repository at this point in the history
kubeadm: fix periodic-kubernetes-e2e-manifest-lists failing test
  • Loading branch information
k8s-ci-robot authored Mar 3, 2025
2 parents dbebd24 + 5feb0dd commit c678292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/manifests/verify_manifest_lists.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ func (s VersionList) print() {
if i == len(s)-1 {
sep = "\n\n"
}
fmt.Printf(v.String() + sep)
fmt.Printf("%s%s", v.String(), sep)
}
}

Expand Down

0 comments on commit c678292

Please sign in to comment.