trailing semicolon

This commit is contained in:
howard-stearns 2017-12-19 10:51:32 -08:00
parent 16a58ddf5a
commit bb499000a6

View file

@ -602,6 +602,6 @@ Item {
return; return;
} }
// This is the last step of what AddressManager.goToUser does, but we don't need to resolve the username. // 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);
} }
} }