Skip to content

Commit 738a830

Browse files
committed
whitespace fix.
1 parent f491c74 commit 738a830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Meilisearch/Extensions/ObjectExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ internal static string ToQueryString(this object source, BindingFlags bindingAtt
5454
{
5555
values.Add(key + "=" + string.Join(",", taskInfoStatusValue.Select(x => x.ToString())));
5656
}
57-
else if(value is List<TaskInfoType> taskInfoTypeValue)
57+
else if (value is List<TaskInfoType> taskInfoTypeValue)
5858
{
5959
values.Add(key + "=" + string.Join(",", taskInfoTypeValue.Select(x => x.ToString())));
6060
}

0 commit comments

Comments
 (0)