chore: run dotnet format

This commit is contained in:
Stevan Freeborn
2025-01-15 10:30:02 -06:00
parent ee9dbcf647
commit fc2932f3c5
8 changed files with 10 additions and 10 deletions
@@ -16,4 +16,4 @@ public class ErroredMessageBatchResult : MessageBatchResult
public ErroredMessageBatchResult() : base(MessageBatchResultType.Errored)
{
}
}
}