Skip to content

Commit 098dd6e

Browse files
Fix lint
1 parent a0388fa commit 098dd6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/nodebalancer_configs_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ func createNodeBalancerConfig(
220220
return config, teardown, err
221221
}
222222

223-
func setupNodeBalancerConfig(t *testing.T, fixturesYaml string, modifiers ...func(options *linodego.NodeBalancerConfigCreateOptions),) (*linodego.Client, *linodego.NodeBalancer, *linodego.NodeBalancerConfig, func(), error) {
223+
func setupNodeBalancerConfig(t *testing.T, fixturesYaml string, modifiers ...func(options *linodego.NodeBalancerConfigCreateOptions)) (*linodego.Client, *linodego.NodeBalancer, *linodego.NodeBalancerConfig, func(), error) {
224224
t.Helper()
225225
var fixtureTeardown func()
226226
client, nodebalancer, fixtureTeardown, err := setupNodeBalancer(t, fixturesYaml, nil)
@@ -302,4 +302,4 @@ func setupNodeBalancerWithVPCAndInstance(t *testing.T, fixturesYaml string) (*li
302302
}
303303

304304
return client, nodebalancer, subnet, instanceVPCIP, teardown, err
305-
}
305+
}

0 commit comments

Comments
 (0)