This is an automated email from the ASF dual-hosted git repository.

kpvdr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-interop-test.git

commit 9a6865d586c7759785262b7811f15d3d19cf1b37
Author: Kim van der Riet <kvand...@redhat.com>
AuthorDate: Tue Apr 27 15:48:27 2021 -0400

    Fixed minor syntax typo in previous commit
---
 shims/rhea-js/amqp_types_test/Receiver.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shims/rhea-js/amqp_types_test/Receiver.js 
b/shims/rhea-js/amqp_types_test/Receiver.js
index 390a255..5b9b51e 100755
--- a/shims/rhea-js/amqp_types_test/Receiver.js
+++ b/shims/rhea-js/amqp_types_test/Receiver.js
@@ -92,7 +92,7 @@ function Receiver(brokerAddr, brokerPort, queueName, 
amqpType, numTestValues) {
     };
 
     this.decodeTimestamp = function(msgBody) {
-        return "0x" + msgBody.getTime().toString('hex')
+        return "0x" + msgBody.getTime().toString('hex');
     }
 
     this.decodeSigned = function(msgBody) {

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to