clippy
This commit is contained in:
parent
098ced8092
commit
fcd7d985d6
@ -128,7 +128,7 @@ impl ChartManager {
|
|||||||
} else if &self.min_y > y {
|
} else if &self.min_y > y {
|
||||||
&self.min_y
|
&self.min_y
|
||||||
} else {
|
} else {
|
||||||
&y
|
y
|
||||||
};
|
};
|
||||||
(*x, *new_y)
|
(*x, *new_y)
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user