瀏覽代碼

Add whitespaces

ferferga 5 年之前
父節點
當前提交
aa98160d70
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs

+ 7 - 0
Emby.Server.Implementations/ScheduledTasks/Tasks/PluginUpdateTask.cs

@@ -97,18 +97,25 @@ namespace Emby.Server.Implementations.ScheduledTasks
 
             progress.Report(100);
         }
+
         /// <inheritdoc />
         public string Name => _localization.GetLocalizedString("TaskUpdatePlugins");
+
         /// <inheritdoc />
         public string Description => _localization.GetLocalizedString("TaskUpdatePluginsDescription");
+
         /// <inheritdoc />
         public string Category => _localization.GetLocalizedString("TasksCategoryApplication");
+
         /// <inheritdoc />
         public string Key => "PluginUpdates";
+
         /// <inheritdoc />
         public bool IsHidden => false;
+
         /// <inheritdoc />
         public bool IsEnabled => true;
+
         /// <inheritdoc />
         public bool IsLogged => true;
     }