Skip to content

Commit 183bcc2

Browse files
committed
cleanup
1 parent 5f18745 commit 183bcc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elastic.Markdown/Myst/Directives/TabSetBlock.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public override void FinalizeAndValidate(ParserContext context)
5050
var tabSet = Parent as TabSetBlock;
5151

5252
TabSetIndex = tabSet?.FindIndex() ?? -1;
53-
TabSetGroupKey = tabSet?.GetGroupKey(); // ?? "default"
53+
TabSetGroupKey = tabSet?.GetGroupKey();
5454

5555
SyncKey = Prop("sync");
5656
Selected = PropBool("selected");

0 commit comments

Comments
 (0)