aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Startup.Common/ApplicationHost.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-07-29 21:29:49 -0400
committerGitHub <noreply@github.com>2016-07-29 21:29:49 -0400
commitb8da90817568c8cc82db379118dd451e165bfdd7 (patch)
treefe5dc144431579fc20404fa2645fd05db1f9b8cb /MediaBrowser.Server.Startup.Common/ApplicationHost.cs
parentf6d8f2d550ca2c530b3a4370a5c2ef59dbbf2ce7 (diff)
parent219cba75069cd2560e9571eee0c7f4a419256dab (diff)
Merge pull request #1997 from SvenVandenbrande/dev
Clean Up code
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/ApplicationHost.cs')
-rw-r--r--MediaBrowser.Server.Startup.Common/ApplicationHost.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs
index b7ea5bdad8..3f1f98cd00 100644
--- a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs
+++ b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs
@@ -362,9 +362,7 @@ namespace MediaBrowser.Server.Startup.Common
private void PerformPreInitMigrations()
{
- var migrations = new List<IVersionMigration>
- {
- };
+ var migrations = new List<IVersionMigration>();
foreach (var task in migrations)
{