Skip to main content

Remove an empty comment

ID
32fe4d5
date
2024-07-12 22:50:09+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
bcf7b15
message
Remove an empty comment
changed files
1 file, 1 addition, 1 deletion

Changed files

src/main.rs (8614) → src/main.rs (8608)

diff --git a/src/main.rs b/src/main.rs
index 18deca9..38593c4 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -39,7 +39,7 @@ fn main() {
         Some(bg) => find_dominant_colors::choose_best_color_for_bg(dominant_colors.clone(), &bg),
         None => dominant_colors,
     };
-    //
+
     let rgb_colors = selected_colors
         .iter()
         .map(|c| Srgb::from_color(*c).into_format())