We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2927c commit 1bac86fCopy full SHA for 1bac86f
src/HandlerKey.cs
@@ -1,4 +1,3 @@
1
-namespace Soenneker.Utils.HttpClientCache
2
-{
3
- internal readonly record struct HandlerKey(double LifetimeSeconds, int MaxConnections, bool UseCookies);
4
-}
+namespace Soenneker.Utils.HttpClientCache;
+
+internal readonly record struct HandlerKey(double LifetimeSeconds, int MaxConnections, bool UseCookies);
0 commit comments