Browse Source

codestyle fix

af/merge-core
denisivan0v 8 years ago
parent
commit
1fc1a5d9d9
  1. 2
      src/ImageSharp/Image/IImage.cs

2
src/ImageSharp/Image/IImage.cs

@ -17,7 +17,7 @@ namespace SixLabors.ImageSharp
/// Gets the width. /// Gets the width.
/// </summary> /// </summary>
int Width { get; } int Width { get; }
/// <summary> /// <summary>
/// Gets the height. /// Gets the height.
/// </summary> /// </summary>

Loading…
Cancel
Save