chore: run dotnet format

This commit is contained in:
Stevan Freeborn
2025-05-23 22:31:38 -05:00
parent 3c9c45676b
commit 2ea23144df
15 changed files with 17 additions and 18 deletions
+1 -1
View File
@@ -21,4 +21,4 @@ internal sealed class AsyncLock : IAsyncLock
_semaphore.Dispose();
_disposed = true;
}
}
}