Fix whitespace
This commit is contained in:
parent
093f8683ce
commit
693234cab6
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@ var ipc = require('electron').ipcRenderer;
|
||||||
|
|
||||||
// Set app bagde
|
// Set app bagde
|
||||||
var setElectronBadge = function(value) {
|
var setElectronBadge = function(value) {
|
||||||
// Check ipc
|
// Check ipc
|
||||||
if (ipc && typeof ipc.send === 'function') {
|
if (ipc && typeof ipc.send === 'function') {
|
||||||
// Send new badge value
|
// Send new badge value
|
||||||
ipc.send('badge', value);
|
ipc.send('badge', value);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue