Skip to content

Commit f610780

Browse files
committed
Fix another warning
1 parent 76f056c commit f610780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elastic.Markdown/Myst/Directives/Stepper/StepViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ public class StepViewModel : DirectiveViewModel
1515
/// <summary>
1616
/// Renders the title with substitutions applied
1717
/// </summary>
18-
public HtmlString RenderTitle() => new HtmlString(Title);
18+
public HtmlString RenderTitle() => new(Title);
1919
}

0 commit comments

Comments
 (0)