Skip to content

Commit d389218

Browse files
committed
dotnet format
1 parent 72cca15 commit d389218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elastic.Markdown/IO/MarkdownFile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ private void ReadDocumentInstructions(MarkdownDocument document)
168168
.Select(b => b.CrossReferenceName)
169169
.Where(l => !string.IsNullOrWhiteSpace(l))
170170
.Select(s => s.Slugify())
171-
.Concat(document.Descendants<InlineAnchor>().Select(a=>a.Anchor))
171+
.Concat(document.Descendants<InlineAnchor>().Select(a => a.Anchor))
172172
.ToArray();
173173

174174
foreach (var label in labels)

0 commit comments

Comments
 (0)