Skip to content

Commit

Permalink
chore: suppress IDE0110 message
Browse files Browse the repository at this point in the history
  • Loading branch information
filzrev committed Sep 20, 2023
1 parent 22e4c7a commit 82511bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ private void UpdateLinks(MarkdownObject markdownObject)
{
switch (markdownObject)
{
case TabTitleBlock _:
case TabTitleBlock:
break;

case LinkInline linkInline:
Expand Down

0 comments on commit 82511bf

Please sign in to comment.