Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Co-authored-by: Gar <gar+gh@danger.computer>
  • Loading branch information
lukekarrys and wraithgar authored Apr 16, 2024
1 parent d9985cc commit fd62344
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/utils/display.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,16 +147,16 @@ class Display {
}

load ({
heading,
json,
loglevel,
stdoutColor,
stdoutChalk,
stderrColor,
progress,
stderrChalk,
stderrColor,
stdoutChalk,
stdoutColor,
timing,
unicode,
progress,
json,
heading,
}) {
this.#stdoutColor = stdoutColor
this.#stdoutChalk = stdoutChalk
Expand Down

0 comments on commit fd62344

Please sign in to comment.