Skip to content

Commit d9af239

Browse files
committed
indent for full framwork
1 parent 399d71d commit d9af239

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ImageSharp/Diagnostics/MemoryDiagnostics.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ internal void RaiseUndisposedMemoryResource(string allocationStackTrace)
131131
allocationStackTrace,
132132
preferLocal: false);
133133
#else
134-
ThreadPool.QueueUserWorkItem(
135-
stackTrace => this.undisposedAllocation?.Invoke((string)stackTrace),
136-
allocationStackTrace);
134+
ThreadPool.QueueUserWorkItem(
135+
stackTrace => this.undisposedAllocation?.Invoke((string)stackTrace),
136+
allocationStackTrace);
137137
#endif
138138
}
139139
}

0 commit comments

Comments
 (0)