Merge pull request #12548 from Bond-009/utf8bom

Remove BOM from UTF-8 files
This commit is contained in:
Niels van Velzen
2024-09-06 21:56:31 +02:00
committed by GitHub
284 changed files with 284 additions and 284 deletions

View File

@@ -1,4 +1,4 @@
using Jellyfin.Api;
using Jellyfin.Api;
using Microsoft.AspNetCore.Mvc;
namespace Jellyfin.Server.Integration.Tests.Controllers

View File

@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;

View File

@@ -1,4 +1,4 @@
using System.Net;
using System.Net;
using System.Threading.Tasks;
using Xunit;

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Net;
using System.Threading.Tasks;
using Xunit;

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Net;
using System.Threading.Tasks;
using Xunit;