diff --git a/src/ImageSharp/Configuration.cs b/src/ImageSharp/Configuration.cs index 18ba49e4c..2596e71b0 100644 --- a/src/ImageSharp/Configuration.cs +++ b/src/ImageSharp/Configuration.cs @@ -26,7 +26,7 @@ namespace ImageSharp /// /// An object that can be used to synchronize access to the . /// - private static readonly object SyncRoot = new object(); + private readonly object SyncRoot = new object(); /// /// The list of supported .