Skip to content

Commit 1bac86f

Browse files
committed
misc
1 parent 4b2927c commit 1bac86f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/HandlerKey.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
namespace Soenneker.Utils.HttpClientCache
2-
{
3-
internal readonly record struct HandlerKey(double LifetimeSeconds, int MaxConnections, bool UseCookies);
4-
}
1+
namespace Soenneker.Utils.HttpClientCache;
2+
3+
internal readonly record struct HandlerKey(double LifetimeSeconds, int MaxConnections, bool UseCookies);

0 commit comments

Comments
 (0)