Skip to content

Commit 5a4671f

Browse files
committed
dotnet format
1 parent ae6c6e4 commit 5a4671f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elastic.Markdown/IO/DocumentationFolder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ out List<MarkdownFile> filesInOrder
8080
{
8181
var children = folder.Children;
8282
if (children.Count == 0
83-
&& folderLookup.TryGetValue(folder.Path, out var documentationFiles))
83+
&& folderLookup.TryGetValue(folder.Path, out var documentationFiles))
8484
{
8585
children = documentationFiles
8686
.Select(d => new TocFile(d.RelativePath, true, []))

0 commit comments

Comments
 (0)