From 8aaa75778e820d846ae30d49ee18bc0f5f707936 Mon Sep 17 00:00:00 2001 From: Stephan Date: Tue, 20 Nov 2018 08:35:28 +0100 Subject: [PATCH] Cleanup --- src/Umbraco.Core/Runtime/CoreRuntime.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Umbraco.Core/Runtime/CoreRuntime.cs b/src/Umbraco.Core/Runtime/CoreRuntime.cs index e62be39f0e..cf2712974d 100755 --- a/src/Umbraco.Core/Runtime/CoreRuntime.cs +++ b/src/Umbraco.Core/Runtime/CoreRuntime.cs @@ -38,8 +38,7 @@ namespace Umbraco.Core.Runtime /// Initializes a new instance of the class. /// public CoreRuntime() - { - } + { } /// public virtual void Boot(ServiceContainer container)