mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 09:12:57 -07:00
Normalized spacing/tabs
This commit is contained in:
parent
b7bfc2fcc0
commit
f400412568
1 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ namespace Ombi.UI
|
||||||
var s = new Setup();
|
var s = new Setup();
|
||||||
var cn = s.SetupDb(baseUrl);
|
var cn = s.SetupDb(baseUrl);
|
||||||
s.CacheQualityProfiles();
|
s.CacheQualityProfiles();
|
||||||
ConfigureTargets(cn);
|
ConfigureTargets(cn);
|
||||||
SetupLogging();
|
SetupLogging();
|
||||||
|
|
||||||
if (port == -1 || port == 3579)
|
if (port == -1 || port == 3579)
|
||||||
|
@ -110,7 +110,7 @@ namespace Ombi.UI
|
||||||
{
|
{
|
||||||
Log.Info("This is not Mono");
|
Log.Info("This is not Mono");
|
||||||
Console.WriteLine("Press any key to exit");
|
Console.WriteLine("Press any key to exit");
|
||||||
Console.ReadLine();
|
Console.ReadLine();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue