Removed whitespace
This commit is contained in:
parent
fa72b35883
commit
d56e2fe59b
|
|
@ -96,22 +96,22 @@ namespace Microsoft.AspNet.Hosting
|
||||||
{
|
{
|
||||||
services.TryAdd(ServiceDescriptor.Instance(PlatformServices.Default.Application));
|
services.TryAdd(ServiceDescriptor.Instance(PlatformServices.Default.Application));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (PlatformServices.Default?.Runtime != null)
|
if (PlatformServices.Default?.Runtime != null)
|
||||||
{
|
{
|
||||||
services.TryAdd(ServiceDescriptor.Instance(PlatformServices.Default.Runtime));
|
services.TryAdd(ServiceDescriptor.Instance(PlatformServices.Default.Runtime));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (PlatformServices.Default?.AssemblyLoadContextAccessor != null)
|
if (PlatformServices.Default?.AssemblyLoadContextAccessor != null)
|
||||||
{
|
{
|
||||||
services.TryAdd(ServiceDescriptor.Instance(PlatformServices.Default.AssemblyLoadContextAccessor));
|
services.TryAdd(ServiceDescriptor.Instance(PlatformServices.Default.AssemblyLoadContextAccessor));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (PlatformServices.Default?.AssemblyLoaderContainer != null)
|
if (PlatformServices.Default?.AssemblyLoaderContainer != null)
|
||||||
{
|
{
|
||||||
services.TryAdd(ServiceDescriptor.Instance(PlatformServices.Default.AssemblyLoaderContainer));
|
services.TryAdd(ServiceDescriptor.Instance(PlatformServices.Default.AssemblyLoaderContainer));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (PlatformServices.Default?.LibraryManager != null)
|
if (PlatformServices.Default?.LibraryManager != null)
|
||||||
{
|
{
|
||||||
services.TryAdd(ServiceDescriptor.Instance(PlatformServices.Default.LibraryManager));
|
services.TryAdd(ServiceDescriptor.Instance(PlatformServices.Default.LibraryManager));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue