Skip to content

Commit

Permalink
remove empty line to align existing style
Browse files Browse the repository at this point in the history
  • Loading branch information
WeihanLi committed Jul 22, 2024
1 parent 7c0849c commit e19513f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libraries/System.Text.Json/Common/JsonIgnoreCondition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,10 @@ public enum JsonIgnoreCondition
/// This is applied only to reference-type properties and fields.
/// </summary>
WhenWritingNull = 3,

/// <summary>
/// Property is ignored during serialization
/// </summary>
WhenWriting = 4,

/// <summary>
/// Property is ignored during deserialization
/// </summary>
Expand Down

0 comments on commit e19513f

Please sign in to comment.