tidy
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public class ConfigurationFactory<TConfiguration>(Func<TConfiguration> factory) :
|
||||
IConfigurationFactory<TConfiguration>
|
||||
IConfigurationFactory<TConfiguration>
|
||||
where TConfiguration :
|
||||
class
|
||||
{
|
||||
public object Create() => factory.Invoke();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user