From 91a9af95c2c5b7edb897494379a55c4621e8e6f5 Mon Sep 17 00:00:00 2001 From: Cody Robibero Date: Thu, 21 Jan 2021 07:01:51 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: dkanada --- Jellyfin.Api/Attributes/ParameterObsoleteAttribute.cs | 2 +- Jellyfin.Server/Filters/ParameterObsoleteFilter.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jellyfin.Api/Attributes/ParameterObsoleteAttribute.cs b/Jellyfin.Api/Attributes/ParameterObsoleteAttribute.cs index 260e29d60..56c9772b6 100644 --- a/Jellyfin.Api/Attributes/ParameterObsoleteAttribute.cs +++ b/Jellyfin.Api/Attributes/ParameterObsoleteAttribute.cs @@ -9,4 +9,4 @@ namespace Jellyfin.Api.Attributes public class ParameterObsoleteAttribute : Attribute { } -} \ No newline at end of file +} diff --git a/Jellyfin.Server/Filters/ParameterObsoleteFilter.cs b/Jellyfin.Server/Filters/ParameterObsoleteFilter.cs index 7e81070c5..e54044d0e 100644 --- a/Jellyfin.Server/Filters/ParameterObsoleteFilter.cs +++ b/Jellyfin.Server/Filters/ParameterObsoleteFilter.cs @@ -34,4 +34,4 @@ namespace Jellyfin.Server.Filters } } } -} \ No newline at end of file +}