From d580d13ba84f276c88282c8fc43548ef4347e9f2 Mon Sep 17 00:00:00 2001 From: RoccoC Date: Sat, 19 Jun 2021 10:18:15 -0700 Subject: [PATCH] removed whitespace per lint rule --- src/types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/types.ts b/src/types.ts index 17988e3..5e50d85 100644 --- a/src/types.ts +++ b/src/types.ts @@ -163,9 +163,9 @@ export type Config = { /** * Any additional node-notifier options as documented in the node-notifier documentation: * https://github.com/mikaelbr/node-notifier - * + * * This config option can either be provided as a node-notifier `Notification` object, _OR_ a - * function which accepts the `CompilationStatus` and returns a `Notification` object. + * function which accepts the `CompilationStatus` and returns a `Notification` object. * * Note that options provided here will only be applied to the success/warning/error notifications * (not the "compilation started" notification). The `title`, `message`, `sound`, `contentImage` (logo), and `icon`