From 1f2eaf79451d36240aa88fb16d4695d2c09eaf2b Mon Sep 17 00:00:00 2001 From: Nikita Tsukanov Date: Sun, 6 Sep 2015 22:31:11 +0300 Subject: [PATCH] Fixed formatting --- src/Perspex.Application/Application.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Perspex.Application/Application.cs b/src/Perspex.Application/Application.cs index 620059a62b..cb3cc845a3 100644 --- a/src/Perspex.Application/Application.cs +++ b/src/Perspex.Application/Application.cs @@ -4,10 +4,7 @@ // // ----------------------------------------------------------------------- -using Perspex.Input.Platform; - -namespace - Perspex +namespace Perspex { using System; using System.Reflection; @@ -15,6 +12,7 @@ namespace using Perspex.Controls; using Perspex.Controls.Templates; using Perspex.Input; + using Perspex.Input.Platform; using Perspex.Layout; using Perspex.Rendering; using Perspex.Styling;