Skip to content

Commit 9212f7a

Browse files
committed
dotnet format
1 parent b8bc77b commit 9212f7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Elastic.Markdown/Slices/HtmlWriter.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ public async Task<string> RenderLayout(MarkdownFile markdown, Cancel ctx = defau
4545
await DocumentationSet.Tree.Resolve(ctx);
4646
var navigationHtml = await RenderNavigation(markdown, ctx);
4747

48-
var previous = DocumentationSet.MarkdownFiles.GetValueOrDefault(markdown.NavigationIndex -1);
49-
var next = DocumentationSet.MarkdownFiles.GetValueOrDefault(markdown.NavigationIndex +1);
48+
var previous = DocumentationSet.MarkdownFiles.GetValueOrDefault(markdown.NavigationIndex - 1);
49+
var next = DocumentationSet.MarkdownFiles.GetValueOrDefault(markdown.NavigationIndex + 1);
5050

5151
var remote = DocumentationSet.Context.Git.RepositoryName;
5252
var branch = DocumentationSet.Context.Git.Branch;

0 commit comments

Comments
 (0)