Format ./web/backend/Shared/Shared.Contracts

This commit is contained in:
Aaron Po
2026-06-20 15:14:54 -04:00
parent 95f4fb8b91
commit f7e3ace9c1

View File

@@ -26,4 +26,4 @@ public record ResponseBody
/// A human-readable message describing the outcome of the request.
/// </summary>
public required string Message { get; init; }
}
}