Skip to content

Commit 21057bb

Browse files
committed
Fixed spaces
1 parent 4e1284b commit 21057bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blazorbootstrap/Components/Markdown/Markdown.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ private List<string> GetLines()
606606
// remove first blank line
607607
if (string.IsNullOrWhiteSpace(inputs[0]))
608608
inputs.RemoveAt(0);
609-
609+
610610
// remove last blank line
611611
if (inputs.Count > 0 && string.IsNullOrWhiteSpace(inputs[^1]))
612612
inputs.RemoveAt(inputs.Count - 1);

0 commit comments

Comments
 (0)