mirror of
https://github.com/eliasstepanik/egui_node_graph.git
synced 2026-01-11 13:58:28 +00:00
fix clippy
This commit is contained in:
parent
fffdaebe8b
commit
dc47f7dc33
@ -624,6 +624,7 @@ where
|
|||||||
color_from_hex("#222222").unwrap()
|
color_from_hex("#222222").unwrap()
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
#[allow(clippy::collapsible_else_if)]
|
||||||
if dark_mode {
|
if dark_mode {
|
||||||
color_from_hex("#aaaaaa").unwrap()
|
color_from_hex("#aaaaaa").unwrap()
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user