Apply suggestions from code review

Co-authored-by: dkanada <dkanada@users.noreply.github.com>
This commit is contained in:
Cody Robibero 2021-03-05 08:30:49 -07:00 committed by GitHub
parent fd0b3ca5ef
commit df1951cfe2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

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