Skip to content

Commit 31c71b2

Browse files
reakaleekMpdreamz
andauthored
Update src/Elastic.Documentation.Site/Navigation/INavigationHtmlWriter.cs
Co-authored-by: Martijn Laarman <[email protected]>
1 parent 6496675 commit 31c71b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elastic.Documentation.Site/Navigation/INavigationHtmlWriter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async Task<string> Render(NavigationViewModel model, Cancel ctx)
2121
}
2222
public record NavigationRenderResult
2323
{
24-
public static NavigationRenderResult Empty => new()
24+
public static NavigationRenderResult Empty { get; } = new()
2525
{
2626
Html = string.Empty,
2727
Id = "empty-navigation" // random id

0 commit comments

Comments
 (0)