Skip to content

Commit 6a0741c

Browse files
committed
remove whitespace
1 parent 7f6bfa8 commit 6a0741c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ public override BlockState TryContinue(BlockProcessor processor, Block block)
172172
if (line.StartsWith(":::"))
173173
return base.TryContinue(processor, block);
174174

175-
176175
if (block is not DirectiveBlock directiveBlock)
177176
return base.TryContinue(processor, block);
178177

0 commit comments

Comments
 (0)