Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
generik0 committed Dec 9, 2020
1 parent af05190 commit 4df5c19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ internal class ExtensionContainerScope : ILifetimeScope, IDisposable
{
internal static ExtensionContainerScope CurrentOrThrow
{
get => current.Value ?? throw new InvalidOperationException("No scope available");
get => current.Value ?? throw new InvalidOperationException("No scope available");
set => current.Value = value;
}
public static string TransientMarker = "Transient";
Expand Down

0 comments on commit 4df5c19

Please sign in to comment.