Skip to content

Commit c889769

Browse files
a-gubskiyCopilot
andauthored
Update src/BitzArt.XDoc/Utility/MemberSignatureParser.cs
Co-authored-by: Copilot <[email protected]>
1 parent f140b34 commit c889769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BitzArt.XDoc/Utility/MemberSignatureParser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,6 @@ public static IReadOnlyCollection<string> ResolveMethodParameters(string value)
163163
/// <returns></returns>
164164
private static string CleanTypeParameter(string value)
165165
{
166-
return Regex.Replace(value, @"`\d+", "").Replace("`", "");;
166+
return Regex.Replace(value, @"`\d+", "").Replace("`", "");
167167
}
168168
}

0 commit comments

Comments
 (0)