Remember to run cargo fmt
- ID
a89070c- date
2024-05-12 12:51:34+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
76bab5d- message
Remember to run `cargo fmt`- changed files
1 file, 2 additions, 2 deletions
Changed files
src/main.rs (8024) → src/main.rs (8026)
diff --git a/src/main.rs b/src/main.rs
index 4d4ecbf..82f5061 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -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");
@@ -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");