chore: run dotnet format

This commit is contained in:
Stevan Freeborn
2026-03-30 17:29:41 -05:00
parent 0630a67307
commit b177276b3d
6 changed files with 222 additions and 222 deletions
@@ -196,4 +196,4 @@ public class ResultAsyncExtensionsTests
await Assert.That(result.IsFailure).IsTrue();
await Assert.That(result.Error.Code).IsEqualTo("custom");
}
}
}