Skip to content

Commit 5e38a16

Browse files
Cosmetics
(cherry picked from commit 41d75c2)
1 parent 19e30bf commit 5e38a16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/RabbitMQ.Client/client/impl/WireFormatting.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,6 @@ public static unsafe int WriteShortstr(Span<byte> span, string val)
445445
{
446446
throw new ArgumentOutOfRangeException(nameof(val), val, $"Value exceeds the maximum allowed length of {maxLength} bytes.");
447447
}
448-
449448
}
450449
}
451450

0 commit comments

Comments
 (0)