Browse Source

Changed field to a property.

pull/20/head
dirk 10 years ago
parent
commit
cca3574082
  1. 2
      src/ImageSharp/Bootstrapper.cs

2
src/ImageSharp/Bootstrapper.cs

@ -45,7 +45,7 @@ namespace ImageSharp
/// <summary>
/// Gets the current bootstrapper instance.
/// </summary>
public static Bootstrapper Instance = Lazy.Value;
public static Bootstrapper Instance => Lazy.Value;
/// <summary>
/// Gets the collection of supported <see cref="IImageFormat"/>

Loading…
Cancel
Save