Browse Source

Apply suggestions from code review

Co-authored-by: dkanada <dkanada@users.noreply.github.com>
Cody Robibero 4 năm trước cách đây
mục cha
commit
df1951cfe2

+ 1 - 1
MediaBrowser.Common/Json/Converters/JsonVersionConverter.cs

@@ -20,4 +20,4 @@ namespace MediaBrowser.Common.Json.Converters
         public override void Write(Utf8JsonWriter writer, Version value, JsonSerializerOptions options)
             => writer.WriteStringValue(value.ToString());
     }
-}
+}

+ 1 - 1
tests/Jellyfin.Common.Tests/Json/JsonVersionConverterTests.cs

@@ -33,4 +33,4 @@ namespace Jellyfin.Common.Tests.Json
             Assert.Equal(output, serializedInput);
         }
     }
-}
+}