Browse Source

Fixed the last StyleCop warnings.

af/merge-core
Dirk Lemstra 10 years ago
parent
commit
64ebd31c11
  1. 2
      src/ImageSharp/Image/Image.cs

2
src/ImageSharp/Image/Image.cs

@ -6,6 +6,7 @@
namespace ImageSharp namespace ImageSharp
{ {
using System; using System;
using System.Buffers;
using System.Collections.Generic; using System.Collections.Generic;
using System.Diagnostics; using System.Diagnostics;
using System.IO; using System.IO;
@ -15,7 +16,6 @@ namespace ImageSharp
using System.Threading.Tasks; using System.Threading.Tasks;
using Formats; using Formats;
using System.Buffers;
/// <summary> /// <summary>
/// Encapsulates an image, which consists of the pixel data for a graphics image and its attributes. /// Encapsulates an image, which consists of the pixel data for a graphics image and its attributes.

Loading…
Cancel
Save