diff --git a/build/notification.js b/build/notification.js index b945851..6f562d4 100644 --- a/build/notification.js +++ b/build/notification.js @@ -1,6 +1,6 @@ import notifier from 'node-notifier'; -export default function notification({title, message}) { +export default function notification({ title, message }) { notifier.notify({ title: title, message: message,