Skip to content

Commit

Permalink
move TypeInstance into Domain namespace, since the new Fluent methods…
Browse files Browse the repository at this point in the history
… are accessing it indirectly

Signed-off-by: Fritz Brandhuber <[email protected]>
  • Loading branch information
brandhuf committed Jul 12, 2021
1 parent 118caf3 commit bca65eb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@

using System.Collections.Generic;
using System.Linq;
using ArchUnitNET.Domain;

namespace ArchUnitNET.Loader
namespace ArchUnitNET.Domain
{
public class TypeInstance<T> : ITypeInstance<T> where T : IType
{
Expand Down

0 comments on commit bca65eb

Please sign in to comment.