From f400412568fe69dd07482da6b17c4a4a7d1cda8a Mon Sep 17 00:00:00 2001 From: smcpeck Date: Tue, 28 Feb 2017 20:53:29 -0600 Subject: [PATCH] Normalized spacing/tabs --- Ombi.UI/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ombi.UI/Program.cs b/Ombi.UI/Program.cs index b454550c5..2dc1ef5a8 100644 --- a/Ombi.UI/Program.cs +++ b/Ombi.UI/Program.cs @@ -75,7 +75,7 @@ namespace Ombi.UI var s = new Setup(); var cn = s.SetupDb(baseUrl); s.CacheQualityProfiles(); - ConfigureTargets(cn); + ConfigureTargets(cn); SetupLogging(); if (port == -1 || port == 3579) @@ -110,7 +110,7 @@ namespace Ombi.UI { Log.Info("This is not Mono"); Console.WriteLine("Press any key to exit"); - Console.ReadLine(); + Console.ReadLine(); } } }