Skip to content

Commit 79e99ed

Browse files
committed
Update OpenApiUrlTreeNode.cs
1 parent 4168614 commit 79e99ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Microsoft.OpenApi/Services/OpenApiUrlTreeNode.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ private static string GetMethods(OpenApiUrlTreeNode node)
296296

297297
private static (string, string) GetShapeDelimiters(string methods)
298298
{
299-
300299
if (MermaidNodeStyles.TryGetValue(methods, out var style))
301300
{
302301
//switch on shape

0 commit comments

Comments
 (0)