Skip to content

Commit

Permalink
fix: Lint issues after merge to main (#13326)
Browse files Browse the repository at this point in the history
  • Loading branch information
salvacorts committed Jun 26, 2024
1 parent 8ebce00 commit 7e19cc7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions integration/bloom_building_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,14 @@ func TestBloomBuilding(t *testing.T) {
require.NoError(t, clu.Run())

// Add several builders
builders := make([]*cluster.Component, 0, nBuilders)
for i := 0; i < nBuilders; i++ {
builder := clu.AddComponent(
clu.AddComponent(
"bloom-builder",
"-target=bloom-builder",
"-bloom-build.enabled=true",
"-bloom-build.enable=true",
"-bloom-build.builder.planner-address="+tBloomPlanner.GRPCURL(),
)
builders = append(builders, builder)
}
require.NoError(t, clu.Run())

Expand Down

0 comments on commit 7e19cc7

Please sign in to comment.