From a6b146710740dc6752c27acc92562ff1f335f70f Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Tue, 22 Oct 2019 18:01:05 +1100 Subject: [PATCH] Fix ordering --- src/ImageSharp/PixelFormats/PixelBlender{TPixel}.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ImageSharp/PixelFormats/PixelBlender{TPixel}.cs b/src/ImageSharp/PixelFormats/PixelBlender{TPixel}.cs index 1ab349a73d..c64fd3a2d9 100644 --- a/src/ImageSharp/PixelFormats/PixelBlender{TPixel}.cs +++ b/src/ImageSharp/PixelFormats/PixelBlender{TPixel}.cs @@ -1,10 +1,10 @@ // Copyright (c) Six Labors and contributors. // Licensed under the Apache License, Version 2.0. -using SixLabors.ImageSharp.Memory; using System; using System.Buffers; using System.Numerics; +using SixLabors.ImageSharp.Memory; namespace SixLabors.ImageSharp.PixelFormats {