Browse Source

Removed spaces

BaronGreenback 5 years ago
parent
commit
5cf44e7736
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Emby.Dlna/Main/DlnaEntryPoint.cs

+ 1 - 1
Emby.Dlna/Main/DlnaEntryPoint.cs

@@ -134,7 +134,7 @@ namespace Emby.Dlna.Main
             await ReloadComponents().ConfigureAwait(false);
             await ReloadComponents().ConfigureAwait(false);
 
 
             _config.NamedConfigurationUpdated += OnNamedConfigurationUpdated;
             _config.NamedConfigurationUpdated += OnNamedConfigurationUpdated;
-        }       
+        }
 
 
         private async void OnNamedConfigurationUpdated(object sender, ConfigurationUpdateEventArgs e)
         private async void OnNamedConfigurationUpdated(object sender, ConfigurationUpdateEventArgs e)
         {
         {