From bb499000a6ad7f19dfe232e22f6a3f6f0dcce8ab Mon Sep 17 00:00:00 2001 From: howard-stearns Date: Tue, 19 Dec 2017 10:51:32 -0800 Subject: [PATCH] trailing semicolon --- interface/resources/qml/hifi/NameCard.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/NameCard.qml b/interface/resources/qml/hifi/NameCard.qml index 308f72345d..3f5cad655d 100644 --- a/interface/resources/qml/hifi/NameCard.qml +++ b/interface/resources/qml/hifi/NameCard.qml @@ -602,6 +602,6 @@ Item { return; } // This is the last step of what AddressManager.goToUser does, but we don't need to resolve the username. - MyAvatar.goToLocation(avatar.position, true, Quat.cancelOutRollAndPitch(avatar.orientation), true) + MyAvatar.goToLocation(avatar.position, true, Quat.cancelOutRollAndPitch(avatar.orientation), true); } }