Skip to content

Commit b7711c0

Browse files
committed
dotnet format
1 parent 14c14a1 commit b7711c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elastic.Markdown/IO/State/LinkReference.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public static LinkReference Create(DocumentationSet set)
3737
.ToDictionary(k => k.RelativePath, v =>
3838
{
3939
var anchors = v.Anchors.Count == 0 ? null : v.Anchors.ToArray();
40-
return new LinkMetadata { Anchors = anchors };
40+
return new LinkMetadata { Anchors = anchors };
4141
});
4242
return new LinkReference
4343
{

0 commit comments

Comments
 (0)