Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
adiantum committed Dec 13, 2024
1 parent b965147 commit c2b36b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/providers/nutanix/template_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -728,8 +728,8 @@ func TestTemplateBuilderFailureDomains(t *testing.T) {

func TestTemplateBuilderCcmExcludeNodeIPs(t *testing.T) {
for _, tc := range []struct {
Input string
Output string
Input string
Output string
}{
{
Input: "testdata/eksa-cluster-ccm-exclude-node-ips.yaml",
Expand Down

0 comments on commit c2b36b5

Please sign in to comment.