clippy
This commit is contained in:
@@ -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)
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user