Skip to content

Commit

Permalink
Change to kick build
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtificialBadger committed Jan 3, 2025
1 parent ef3889c commit 9fb5e8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class DotNetContainerTypePatternRegistrationConventionTests
{
public static Type GetType<T>(params Type[] types) where T : class
{
return Get<T>(types)?.GetType() ?? throw new ActivationException();
return Get<T>(types)?.GetType() ?? throw new ActivationException();
}

public static T Get<T>(params Type[] types) where T : class
Expand Down

0 comments on commit 9fb5e8a

Please sign in to comment.