Skip to content

Commit 1fc274a

Browse files
author
anthonyvercolano
committed
Merge.
2 parents 6c0d8ab + 895129c commit 1fc274a

File tree

1 file changed

+1
-1
lines changed
  • csharp/device/Microsoft.Azure.Devices.Client

1 file changed

+1
-1
lines changed

csharp/device/Microsoft.Azure.Devices.Client/Message.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ internal AmqpMessage ToAmqpMessage(bool setBodyCalled = true)
529529
// correct this gap. The intention of setting this two variable is
530530
// so that GetBody should not be called and all Properties are
531531
// readonly because the amqpMessage has been serialized.
532-
532+
533533
this.SetSizeInBytesCalled();
534534
if (this.bodyStream == null)
535535
{

0 commit comments

Comments
 (0)