Browse Source

Fix whitespace

pull/2180/head
James Jackson-South 4 years ago
parent
commit
efb2511633
  1. 2
      tests/ImageSharp.Tests/TestUtilities/ImageComparison/Exceptions/ImageDifferenceIsOverThresholdException.cs

2
tests/ImageSharp.Tests/TestUtilities/ImageComparison/Exceptions/ImageDifferenceIsOverThresholdException.cs

@ -32,7 +32,7 @@ namespace SixLabors.ImageSharp.Tests.TestUtilities.ImageComparison
sb.AppendFormat("Test Environment is .NET Core : {0}", !TestEnvironment.IsFramework);
sb.Append(Environment.NewLine);
sb.AppendFormat("Test Environment is Mono : {0}", TestEnvironment.IsMono);
sb.Append(Environment.NewLine);

Loading…
Cancel
Save