Fix coding-standards issue

This commit is contained in:
Roxanne Skelly 2018-10-23 13:25:59 -07:00
parent a6fcf79bbd
commit be7a947ddd

View file

@ -160,8 +160,7 @@ function HifiNotifications(config, menuNotificationCallback) {
if ((optUrl.protocol === "hifi") || (optUrl.protocol === "hifiapp")) {
StartInterface(options.url);
_menuNotificationCallback(options.notificationType, false);
}
else {
} else {
shell.openExternal(options.url);
}
});