Skip to content

Commit 6fffb41

Browse files
kevbiteCopilot
andauthored
Update src/CompaniesHouse/UriBuilders/SearchUriBuilder.cs
Co-authored-by: Copilot <[email protected]>
1 parent b0c41e0 commit 6fffb41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/CompaniesHouse/UriBuilders/SearchUriBuilder.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ protected void AppendParameterIfValid<T>(StringBuilder builder, string parameter
7777
builder.Append("&");
7878
}
7979

80-
;
8180
builder.Append($"{parameterName}={value}");
8281
}
8382

0 commit comments

Comments
 (0)