Browse Source

drop unneeded namespace evel

pull/299/head
Scott Williams 9 years ago
parent
commit
c3f18423ee
  1. 2
      src/ImageSharp/Processing/Processors/Convolution/EdgeDetection/IEdgeDetectorProcessor.cs

2
src/ImageSharp/Processing/Processors/Convolution/EdgeDetection/IEdgeDetectorProcessor.cs

@ -4,7 +4,7 @@
using System;
using SixLabors.ImageSharp.PixelFormats;
namespace SixLabors.ImageSharp.Processing.Processors
namespace SixLabors.ImageSharp.Processing
{
/// <summary>
/// Provides properties and methods allowing the detection of edges within an image.

Loading…
Cancel
Save