Skip to content

Commit 16d8ac0

Browse files
Update Microsoft.Toolkit.Uwp.SampleApp/SamplePages/TextToolbar/TextToolbarPage.xaml.cs
Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com>
1 parent f999541 commit 16d8ac0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Microsoft.Toolkit.Uwp.SampleApp/SamplePages/TextToolbar/TextToolbarPage.xaml.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,7 @@ private void UseMarkDownFormatter()
116116
return;
117117
}
118118

119-
var formatter = new MarkDownFormatter();
120-
_toolbar.Formatter = formatter;
119+
_toolbar.Formatter = new MarkDownFormatter();
121120
}
122121

123122
private void UseCustomFormatter()

0 commit comments

Comments
 (0)