Skip to content

Commit

Permalink
dotnet format
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanPleshkov committed Oct 7, 2024
1 parent 810c50f commit af0e3c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Qdrant.Client/QdrantClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3761,7 +3761,7 @@ public async Task<IReadOnlyList<BatchResult>> DiscoverBatchAsync(
/// </param>
public async Task<FacetResponse> FacetAsync(
string collectionName,
string key,
string key,
Filter? filter = null,
ulong limit = 10,
bool exact = false, // If true, return exact counts, slower but useful for debugging purposes. Default is false.
Expand Down Expand Up @@ -3942,7 +3942,7 @@ public async Task<SearchMatrixOffsets> SearchMatrixOffsetsAsync(

throw;
}
}
}

#endregion Point management

Expand Down

0 comments on commit af0e3c0

Please sign in to comment.