Skip to content

Commit 83969e5

Browse files
committed
fix: lint
1 parent 18b478a commit 83969e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

EasyPost/Models/API/Tracker.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,13 +208,13 @@ public class Tracker : EasyPostObject, Parameters.ITrackerParameter
208208
public double? Weight { get; set; }
209209

210210
/// <summary>
211-
/// Is the tracker in a finalized state
211+
/// Is the tracker in a finalized state.
212212
/// </summary>
213213
[JsonProperty("finalized")]
214214
public bool? Finalized { get; set; }
215215

216216
/// <summary>
217-
/// Is the tracker for a return shipment
217+
/// Is the tracker for a return shipment.
218218
/// </summary>
219219
[JsonProperty("is_return")]
220220
public bool? IsReturn { get; set; }

0 commit comments

Comments
 (0)