Skip to content

Commit 925a651

Browse files
committed
fix build (add blank lines)
1 parent efe11dc commit 925a651

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/ImageSharp/Formats/AnimatedImageFrameMetadata.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Licensed under the Six Labors Split License.
33

44
namespace SixLabors.ImageSharp.Formats;
5+
56
internal class AnimatedImageFrameMetadata
67
{
78
/// <summary>

src/ImageSharp/Formats/AnimatedImageMetadata.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Licensed under the Six Labors Split License.
33

44
namespace SixLabors.ImageSharp.Formats;
5+
56
internal class AnimatedImageMetadata
67
{
78
/// <summary>

src/ImageSharp/Formats/Qoi/QoiDecoder.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
using SixLabors.ImageSharp.PixelFormats;
55

66
namespace SixLabors.ImageSharp.Formats.Qoi;
7+
78
internal class QoiDecoder : ImageDecoder
89
{
910
private QoiDecoder()

0 commit comments

Comments
 (0)