Skip to content

Commit

Permalink
Remember to run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwlchan committed May 12, 2024
1 parent 76bab5d commit a89070c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ mod tests {
"src/tests/stripes.png",
"--max-colours=5",
"--best-against-bg=#222",
"--no-palette"
"--no-palette",
]);

assert_eq!(output.stdout, "#d4fb79\n");
Expand All @@ -239,7 +239,7 @@ mod tests {
"src/tests/stripes.png",
"--max-colours=5",
"--best-against-bg=#fff",
"--no-palette"
"--no-palette",
]);

assert_eq!(output.stdout, "#a35c00\n");
Expand Down

0 comments on commit a89070c

Please sign in to comment.