From 6fea9050fdf6eecfc4b33d84ddfaa04bb4864d54 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Thu, 29 Mar 2018 13:56:37 +1100 Subject: [PATCH] Formatting --- src/ImageSharp/PixelFormats/Argb32.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ImageSharp/PixelFormats/Argb32.cs b/src/ImageSharp/PixelFormats/Argb32.cs index b70023192..7030006f6 100644 --- a/src/ImageSharp/PixelFormats/Argb32.cs +++ b/src/ImageSharp/PixelFormats/Argb32.cs @@ -237,7 +237,7 @@ namespace SixLabors.ImageSharp.PixelFormats /// public PixelOperations CreatePixelOperations() => new PixelOperations(); - /// + /// [MethodImpl(MethodImplOptions.AggressiveInlining)] public void PackFromScaledVector4(Vector4 vector) {