aboutsummaryrefslogtreecommitdiff
path: root/Emby.Dlna/ContentDirectory/ServiceActionListBuilder.cs
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 20:16:19 +0100
committerErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 20:16:19 +0100
commit8bfb54a41bb8a145ab459e263e1904a2e98e7f66 (patch)
tree2d78b6bf6b1af9475b7c53cc77a0d7fda4bac995 /Emby.Dlna/ContentDirectory/ServiceActionListBuilder.cs
parent17703c8bd2b5530f62773b7861b29619657572ff (diff)
Visual Studio Reformat: Emby.Dlna
Diffstat (limited to 'Emby.Dlna/ContentDirectory/ServiceActionListBuilder.cs')
-rw-r--r--Emby.Dlna/ContentDirectory/ServiceActionListBuilder.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Dlna/ContentDirectory/ServiceActionListBuilder.cs b/Emby.Dlna/ContentDirectory/ServiceActionListBuilder.cs
index 7749a39af..e999314fa 100644
--- a/Emby.Dlna/ContentDirectory/ServiceActionListBuilder.cs
+++ b/Emby.Dlna/ContentDirectory/ServiceActionListBuilder.cs
@@ -1,5 +1,5 @@
-using Emby.Dlna.Common;
using System.Collections.Generic;
+using Emby.Dlna.Common;
namespace Emby.Dlna.ContentDirectory
{
@@ -7,7 +7,7 @@ namespace Emby.Dlna.ContentDirectory
{
public IEnumerable<ServiceAction> GetActions()
{
- return new []
+ return new[]
{
GetSearchCapabilitiesAction(),
GetSortCapabilitiesAction(),