From d9af2395ee7fd6b3cc5b7032a13d0f68689eacc2 Mon Sep 17 00:00:00 2001 From: Scott Williams Date: Sat, 9 Apr 2022 22:48:48 +0100 Subject: [PATCH] indent for full framwork --- src/ImageSharp/Diagnostics/MemoryDiagnostics.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ImageSharp/Diagnostics/MemoryDiagnostics.cs b/src/ImageSharp/Diagnostics/MemoryDiagnostics.cs index 6af2544138..f2a433ef1b 100644 --- a/src/ImageSharp/Diagnostics/MemoryDiagnostics.cs +++ b/src/ImageSharp/Diagnostics/MemoryDiagnostics.cs @@ -131,9 +131,9 @@ namespace SixLabors.ImageSharp.Diagnostics allocationStackTrace, preferLocal: false); #else - ThreadPool.QueueUserWorkItem( - stackTrace => this.undisposedAllocation?.Invoke((string)stackTrace), - allocationStackTrace); + ThreadPool.QueueUserWorkItem( + stackTrace => this.undisposedAllocation?.Invoke((string)stackTrace), + allocationStackTrace); #endif } }