prettier
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const Constants = require('../../constants');
|
||||
|
||||
const addListeners = (ipcMain, { closeApplication, setWindowVisibility }) => {
|
||||
const addListeners = (ipcMain, {closeApplication, setWindowVisibility}) => {
|
||||
ipcMain.on(Constants.IPC_Shutdown, () => {
|
||||
closeApplication();
|
||||
});
|
||||
@@ -15,4 +15,4 @@ const addListeners = (ipcMain, { closeApplication, setWindowVisibility }) => {
|
||||
});
|
||||
};
|
||||
|
||||
module.exports = { addListeners };
|
||||
module.exports = {addListeners};
|
||||
|
||||
Reference in New Issue
Block a user