Skip to content

Commit 47a4123

Browse files
committed
make the CI overlord happy
1 parent 654173b commit 47a4123

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Libraries/Microsoft.Extensions.Caching.Hybrid/Internal/HybridCachePayload.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ public static HybridCachePayloadParseResult TryParse(ArraySegment<byte> source,
179179
out ArraySegment<byte> payload, out PayloadFlags flags, out ushort entropy, out TagSet pendingTags, out Exception? fault)
180180
{
181181
fault = null;
182+
182183
// note "cache" is used primarily for expiration checks; we don't automatically add etc
183184
entropy = 0;
184185
payload = default;

0 commit comments

Comments
 (0)