Skip to content

Commit

Permalink
removed whitespace per lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
RoccoC committed Jun 19, 2021
1 parent 05a6ac8 commit d580d13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit d580d13

Please sign in to comment.