Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
  • Loading branch information
acarbonetto committed Oct 17, 2024
1 parent 1d8a86a commit 9ec6772
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,14 +231,14 @@ public void ft_aliasadd_aliasdel_aliasupdate() {

// create some indices
assertEquals(
OK,
FT.create(
client,
indexName,
new FieldInfo[] {
new FieldInfo("vec", VectorFieldFlat.builder(DistanceMetric.L2, 2).build())
})
.get());
OK,
FT.create(
client,
indexName,
new FieldInfo[] {
new FieldInfo("vec", VectorFieldFlat.builder(DistanceMetric.L2, 2).build())
})
.get());

assertEquals(OK, FT.aliasadd(client, alias1, indexName).get());

Expand Down

0 comments on commit 9ec6772

Please sign in to comment.