Normalized spacing/tabs

This commit is contained in:
smcpeck 2017-02-28 20:53:29 -06:00
parent b7bfc2fcc0
commit f400412568

View file

@ -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();
}
}
}