Skip to content

Commit 913d63d

Browse files
Use consistent line ending.
1 parent a78054f commit 913d63d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ImageSharp.Drawing.Tests/Drawing/Text/DrawTextOnImageTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ public void FontShapesAreRenderedCorrectly_LargeText<TPixel>(
269269
string str = Repeat(" ", 78) + "THISISTESTWORDSTHISISTESTWORDSTHISISTESTWORDSTHISISTESTWORDSTHISISTESTWORDS";
270270
sb.Append(str);
271271

272-
string newLines = Repeat(Environment.NewLine, 31);
272+
string newLines = Repeat("\r\n", 31);
273273
sb.Append(newLines);
274274

275275
for (int i = 0; i < 10; i++)

0 commit comments

Comments
 (0)