Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cincuranet committed Oct 3, 2024
1 parent 01a4e5b commit c743bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChromaDB.Client/Models/Requests/RequestQueryParams.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace ChromaDB.Client.Models.Requests;

internal class RequestQueryParams : IEnumerable<(string key, string value)>
{
private Dictionary<string, string> _queryParams;
private readonly Dictionary<string, string> _queryParams;

public RequestQueryParams()
{
Expand Down

0 comments on commit c743bf7

Please sign in to comment.