Apply suggestions from code review

Co-authored-by: dkanada <dkanada@users.noreply.github.com>
pull/5382/head
Cody Robibero 3 years ago committed by GitHub
parent fd0b3ca5ef
commit df1951cfe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

Loading…
Cancel
Save