chore: run dotnet format

This commit is contained in:
Stevan Freeborn
2024-08-18 14:59:47 -05:00
parent c2fa796bd0
commit afe70a9012
9 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ public abstract class Content
/// Gets the type of the content.
/// </summary>
public string Type { get; init; } = string.Empty;
/// <summary>
/// Gets the cache control to be used for the content.
/// </summary>