Skip to content
Snippets Groups Projects
Verified Commit 70b3e266 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: ran clippy

parent 0e7b30b8
No related branches found
No related tags found
No related merge requests found
Pipeline #2185 failed
......@@ -65,7 +65,7 @@ impl PaletteInfo {
pub fn new(name: &str, colors: Palette) -> Self {
Self {
name: String::from(name),
colors: colors
colors
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment