Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
eliassjogreen committed Apr 30, 2020
1 parent 779510b commit 006e3b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions denon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,9 @@ if (import.meta.main) {
}

log(
`Detected ${changes.length} change${changes.length > 1
? "s"
: ""}. Rerunning...`,
`Detected ${changes.length} change${
changes.length > 1 ? "s" : ""
}. Rerunning...`,
);

for (const change of changes) {
Expand Down

0 comments on commit 006e3b6

Please sign in to comment.