Browse Source

[SL.Core] Remove whitespace

af/octree-no-pixelmap
Jason Nelson 8 years ago
parent
commit
5caeb21467
  1. 1
      src/SixLabors.Core/Helpers/DebugGuard.cs

1
src/SixLabors.Core/Helpers/DebugGuard.cs

@ -115,7 +115,6 @@ namespace SixLabors
throw new ArgumentOutOfRangeException(parameterName, $"Value must be greater than or equal to {min}.");
}
}
/// <summary>
/// Verifies, that the `target` array has declared the length or longer.

Loading…
Cancel
Save