Skip to content

Commit

Permalink
fix formatting causing test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jpill committed Jan 9, 2024
1 parent b1efa1e commit de4308d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ public class Params
/// <summary>
/// The labelId of the original (outgoing) label that the return label is for. This associates the two labels together, which is required by some carriers.
/// </summary>
#nullable enable
#nullable enable
public string? OutboundLabelId { get; set; }
#nullable disable
#nullable disable

/// <summary>
/// The possible validate address values
Expand Down

0 comments on commit de4308d

Please sign in to comment.