From 97a02f58039855eb1e3e23686d4fe5bee1fbd15e Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Fri, 30 Aug 2024 15:29:48 +0200 Subject: Remove BOM from UTF-8 files I think some people need to change their IDE configuration ;) --- .../Localization/LocalizationManagerTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Jellyfin.Server.Implementations.Tests/Localization/LocalizationManagerTests.cs') diff --git a/tests/Jellyfin.Server.Implementations.Tests/Localization/LocalizationManagerTests.cs b/tests/Jellyfin.Server.Implementations.Tests/Localization/LocalizationManagerTests.cs index 0a4a836cb..0afbf7e63 100644 --- a/tests/Jellyfin.Server.Implementations.Tests/Localization/LocalizationManagerTests.cs +++ b/tests/Jellyfin.Server.Implementations.Tests/Localization/LocalizationManagerTests.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Linq; using System.Runtime.InteropServices; using System.Threading.Tasks; -- cgit v1.2.3