lint(system-tray): code style consistent with rest of file

This commit is contained in:
mbilker 2016-02-26 11:37:20 -05:00
parent f0914d5a8a
commit 6538974706

View file

@ -62,7 +62,7 @@ class SystemTrayIconStore {
const outputImg = nativeImage.createFromBuffer(pngData);
return outputImg;
},
'default': () =>
'default': () => {
return unreadString !== '0' ? this._unreadIcon : this._baseIcon;
},
};