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)