aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Formatters
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2024-08-30 15:29:48 +0200
committerBond_009 <bond.009@outlook.com>2024-08-30 15:29:48 +0200
commit97a02f58039855eb1e3e23686d4fe5bee1fbd15e (patch)
tree691e9f6c025449783366401d625dc6d9e431c3e2 /Jellyfin.Api/Formatters
parent9644e894f0f6e1206f68a2b23aeb8065a565f9bf (diff)
Remove BOM from UTF-8 files
I think some people need to change their IDE configuration ;)
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;