aboutsummaryrefslogtreecommitdiff
path: root/fuzz/Jellyfin.Api.Fuzz/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz/Jellyfin.Api.Fuzz/Program.cs')
-rw-r--r--fuzz/Jellyfin.Api.Fuzz/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/Jellyfin.Api.Fuzz/Program.cs b/fuzz/Jellyfin.Api.Fuzz/Program.cs
index 6713322ac..c5eaf17e8 100644
--- a/fuzz/Jellyfin.Api.Fuzz/Program.cs
+++ b/fuzz/Jellyfin.Api.Fuzz/Program.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Collections.Generic;
using Jellyfin.Api.Middleware;
using Microsoft.AspNetCore.Http;