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
@@ -47,7 +47,7 @@ public class TextContent : Content
public TextContent(string text, CacheControl cacheControl) : base(ContentType.Text, cacheControl)
{
Validate(text);
Text = text;
}
}