Browse Source

- Whitespace fix

af/merge-core
Lauri Kotilainen 8 years ago
parent
commit
b747768800
  1. 3
      src/ImageSharp/Quantizers/WuQuantizer{TPixel}.cs

3
src/ImageSharp/Quantizers/WuQuantizer{TPixel}.cs

@ -127,7 +127,8 @@ namespace SixLabors.ImageSharp.Quantizers
/// the second pass quantizes a color based on the position in the histogram.
/// </remarks>
public WuQuantizer(MemoryManager memoryManager)
: base(false) {
: base(false)
{
this.memoryManager = memoryManager;
}

Loading…
Cancel
Save