aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs
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 /tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs
parent9644e894f0f6e1206f68a2b23aeb8065a565f9bf (diff)
Remove BOM from UTF-8 files
I think some people need to change their IDE configuration ;)
Diffstat (limited to 'tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs')
-rw-r--r--tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs b/tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs
index 3d4c27c95..14a26d795 100644
--- a/tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs
+++ b/tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs
@@ -1,4 +1,4 @@
-using System.Collections.Generic;
+using System.Collections.Generic;
using System.Linq;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;