aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Formatters
diff options
context:
space:
mode:
Diffstat (limited to 'Jellyfin.Api/Formatters')
-rw-r--r--Jellyfin.Api/Formatters/CssOutputFormatter.cs2
-rw-r--r--Jellyfin.Api/Formatters/XmlOutputFormatter.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/Jellyfin.Api/Formatters/CssOutputFormatter.cs b/Jellyfin.Api/Formatters/CssOutputFormatter.cs
index 0a3891138..495f771e1 100644
--- a/Jellyfin.Api/Formatters/CssOutputFormatter.cs
+++ b/Jellyfin.Api/Formatters/CssOutputFormatter.cs
@@ -1,4 +1,4 @@
-using System.Text;
+using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc.Formatters;
diff --git a/Jellyfin.Api/Formatters/XmlOutputFormatter.cs b/Jellyfin.Api/Formatters/XmlOutputFormatter.cs
index d5dea0f09..1c9feedcb 100644
--- a/Jellyfin.Api/Formatters/XmlOutputFormatter.cs
+++ b/Jellyfin.Api/Formatters/XmlOutputFormatter.cs
@@ -1,4 +1,4 @@
-using System.Net.Mime;
+using System.Net.Mime;
using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;