aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/UserController.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2020-11-21 14:26:03 +0100
committerBond_009 <bond.009@outlook.com>2020-11-21 14:26:03 +0100
commitf5973d57e8c070692450f0e04e01615c78c954d9 (patch)
treee9b5bfec296696b5ee5757734e800f8197cca29b /Jellyfin.Api/Controllers/UserController.cs
parent937e2a84e81808bdf16e861ade27a02f1449e85b (diff)
Remove UTF8 bom from some files
Diffstat (limited to 'Jellyfin.Api/Controllers/UserController.cs')
-rw-r--r--Jellyfin.Api/Controllers/UserController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/UserController.cs b/Jellyfin.Api/Controllers/UserController.cs
index 0f7c25d0e..9805b84b1 100644
--- a/Jellyfin.Api/Controllers/UserController.cs
+++ b/Jellyfin.Api/Controllers/UserController.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;